Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396951
    tberkow123
    Participant

    Is there a way to create a class to make the accent color darker on certain headlines? For example, I have some headlines on a white bg and the accent shows up great. But, when I have the accent over a grey bg, you cant see it. So I am wondering how to create a class that i can apply to specific headlines to make the accent darker.

    #1397312
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can simply assign a class for your custom headline (my-accent).
    Refer to the screenshot (https://snag.gy/SpYZaL.jpg).

    Then add the following CSS rules into your Custom > CSS area.

    
    .my-accent span::before, .my-accent span::after {
        border-color: #ff0000 !important;
    }
    

    Hope that helps.

    #1402325
    tberkow123
    Participant

    Thanks that worked!

    #1402356
    Joao
    Moderator

    Glad to hear it,

    Cheers

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