This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
hello,
How can i change the color and font of the seperator with text? https://gyazo.com/9fea4c57f485ae68176decf9835e9e08
Hello,
You can try to add this code in Custom CSS:
.vc_separator.vc_separator_align_center h4 {
color: white;
font-size: 15px !important;
font-weight: 800;
}
Regards,
Rose Tyler.
great, but now it remains on the every page. on some pages i would like the color black. For example on white background pages.
Is that possible?
Hello,
Please show pages where you want the separator of black color.
Regards,
Eva Kemp.
On every page there is one yellow line https://gyazo.com/3b2d1874583717e2fabb8afaf246217c
and one black https://gyazo.com/b6087b597b3c5c913f19d4bfa3edac5a but the text of the black lined remains white. This should be black also.
Thank you!
Hello,
In this case, you need to add the class for black line separator block, for example, http://prntscr.com/djojsa and next add this code in Custom CSS:
.black-separator h4 {
color: black !important;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up