Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1163329
    bluetroop2
    Participant

    Please see the attached screenshot. The image shows that the accent line on my custom headline is too faint. What bit of CSS code do I use to control it’s color so I can darken it up?

    #1163373
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1163397
    bluetroop2
    Participant
    #1163481
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .h-custom-headline.accent span:after, .h-custom-headline.accent span:before {
        margin-top: 1px;
    }

    Hope that helps,

    Joao

    #1163546
    bluetroop2
    Participant

    It doesn’t really help. The accent line is too light. I want it to be black. How do I change the color?

    #1163909
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1164502
    bluetroop2
    Participant

    Yes, that worked. Thank you, Prasant!

    #1164650
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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