Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025957
    MarianaBuck
    Participant

    How can i change the color of the Feature Headline without changing the color of the titles of the articles?

    #1026466
    Christian
    Moderator

    Hey there,

    The Featured Headline has a Text Color option (see attachment). If you want a site-wide change, please add the code below in your Appearance > Customize > Custom > CSS.

    .h-feature-headline {
        color: red !important
    }

    Hope that helps. 🙂

    #1026760
    MarianaBuck
    Participant

    It worked.

    Thank you so much

    #1026898
    MarianaBuck
    Participant

    Also, how can i change the color of Separator with text? The line I can find the color change but not the text

    #1027325
    Rad
    Moderator

    Hi there,

    You mean the accent? If yes, then this should do it

    .h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    If not, please provide a screenshot 🙂 Thanks!

  • <script> jQuery(function($){ $("#no-reply-1025957 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>