Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144963
    jasonixr
    Participant

    I’m looking to universally change the accent line color for my site. I found this prior forum post covering this but the CSS provided doesn’t change anything for me (even though in inspector it certainly appears that CSS is completely correct).

    Is there a different way to do this perhaps?

    Cheers!

    #1144967
    jasonixr
    Participant
    This reply has been marked as private.
    #1145240
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    .h-custom-headline.accent span:before, .h-custom-headline.accent span:after{
        background-color: #e80000;
    }

    Could not be able to verify why the code is not correct or not working because the login details you shared is incorrect. Please check it.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1145250
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer CUstom CSS

    If you would like to affect just the page above mentioned, you can apply the code below insider the Cornerstone of that page, for that you would go to the tab Settings > Custom > CSS

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

    Change red for the desired color like #ffffff

    Hope that helps

    Joao

    #1145988
    jasonixr
    Participant

    That worked, thanks!

    #1146030
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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