Okay
  Public Ticket #1807656
Blog Archive Header
Closed

Comments

  • dave_auditel started the conversation

    Hi there,

    I just purchased the theme and am having trouble finding how to style the archive headers. Currently they are white text on white background, and the only styling option I can find is to give the header a background (which I don't want). Ultimately I would just like to change the font colour to something darker universally on all archive pages.

    Attached is a screenshot.

    Many thanks!

  • dave_auditel replied

    bump.

  •  8,996
    Tahir replied

    Hey Again,

    Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    html body.archive .row .col.section-title h1 {
        color: #005acd !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dave_auditel replied

    Many thanks Tahir, the subheader doesn't change colour though - any way to do that one too?

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .archive.category .row .col.section-title span {
        color: #005acd !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dave_auditel replied

    Thank you very much.