Okay
  Public Ticket #1544146
Blog Category / Archive header
Closed

Comments

  • Alice started the conversation

    Hi, is it possible to change the font color of the title of a blog archive / category page? I would not like to use a background image but now the title is on white background from the page and cannot be seen.

    regards,
    *alice.

  •  8,425
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Alice replied privately
  •  8,425
    Tahir replied

    Hey Again,

    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):

    article.post .post-header a, article.result a, #single-below-header a {
        color: #134093 !important;
    }
    .post-area.featured_img_left .meta-category a.mehr-fokus {
        color: #333 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alice replied

    Hello Tahir,

    sorry but there was a misunderstanding. Your code was working well except at the wrong place ;-) Thank you very much for your effort though.

    I would like to have Title (H1 and subheader) of the Archive-, Category, Tag-Page (not in the posts and not headlines in the single post page) in another colour because it cannot be seen on the white background unless I would insert a background image which I don't want to do.

    Please see the attachment.

    Thanks in advance for your further effort,
    *alice.

  •  8,425
    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, body .row .col.section-title h1 {
        color: #134093 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alice replied

    That's it! Super. Thanks. :-)