Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #221555

    Lyser
    Participant

    Hello,
    I would like to modify the line of the custom headline because it’s not visible enough.
    I’ve tried to put a style with color but it changes only the font color, not the lines.
    How can i change the color ? Is there a way to change also the thickness ?

    #221876

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To change the color of lines in the custom headline, just add the following CSS code via Appearance > Customize > Custom > CSS:

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

    Let us know how this goes!

    #222672

    Lyser
    Participant

    Thx, it’s ok !
    Another little question, as you can see in this image,
    in this image
    i’ve tried to put a padding for the custom headline like the green text, but it didn’t seems to be affected.
    There is a way to have the same padding as the green text ?

    #222847

    Friech
    Moderator

    Hi There,

    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.

    Cheers!

    #222894

    Lyser
    Participant
    This reply has been marked as private.
    #223122

    Rue Nel
    Moderator

    Hi There,

    Thanks for link updating the thread.

    To change the width of lines in the custom headline and will have some padding on the left and right, just add the following CSS code via Appearance > Customize > Custom > CSS:

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

    You may increase/decrease the width according to your preferences.

    Thank you.

    #223287

    Lyser
    Participant

    That’s perfect, thx a lot ! 🙂

    #223327

    Thai
    Moderator

    You’re always welcome.