Okay
  Public Ticket #2757766
Changing category banner color
Closed

Comments

  •  6
    sn0wtec started the conversation

    Hi devs,

    how can I change the category banner (see picture) color and font color? I'd like the header/banner to be black, and the text white.

    I checked out other tickets, but the custom CSS didn't work for the color.

    Best Regards

    Sandro

  •  1,878
    Judith replied

    Hi There,

    Thanks for contacting us.

    Please paste the css below in css custom code under Salient > General Settings > CSS/Script Related:

    #page-header-bg h1, #page-header-bg .subheader, .nectar-box-roll .overlaid-content h1, .nectar-box-roll .overlaid-content .subheader, #page-header-bg #portfolio-nav a i, body .section-title #portfolio-nav a:hover i, .page-header-no-bg h1, .page-header-no-bg span, #page-header-bg #portfolio-nav a i, #page-header-bg span, #page-header-bg #single-below-header a:hover, #page-header-bg #single-below-header a:focus, #page-header-bg.fullscreen-header .author-section a {
        color: #ffffff!important;
    } #page-header-bg {
        background-color: black !important;
    }

    Thanks.

  •  6
    sn0wtec replied

    Worked perfectly, thank you very much Judith 👍.