-
AuthorPosts
-
March 6, 2015 at 4:04 am #221555
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 ?March 6, 2015 at 3:27 pm #221876Hi 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!
March 8, 2015 at 9:06 am #222672Thx, it’s ok !
Another little question, as you can see 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 ?March 8, 2015 at 4:51 pm #222847Hi 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!
March 8, 2015 at 7:29 pm #222894This reply has been marked as private.March 9, 2015 at 1:48 am #223122Hi 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.
March 9, 2015 at 6:19 am #223287That’s perfect, thx a lot ! 🙂
March 9, 2015 at 7:15 am #223327You’re always welcome.
-
AuthorPosts