How can I specify the background color of the text in the "Separator
with Text" widget on just one page? By default it's set to #f8f8f8, but
on one page I set the entire background of the page to #606060. So
it's #f8f8f8 behind the text on a #606060 back ground.
I added this
body .vc_text_separator div { background-color: rgba(0, 0, 0, 0); }
You can use the page id which is added in the body tag of that page to add in a css for that particular page. Please provide page link so i can provide working CSS.
Please see screenshot: http://prntscr.com/3ur4x9 . You need to add in an extra class to the row or column and then add in some custom css like this to change the color:
body .custom-color .vc_text_separator div {
background: rgb(117, 117, 127);
}
How can I specify the background color of the text in the "Separator with Text" widget on just one page? By default it's set to #f8f8f8, but on one page I set the entire background of the page to #606060. So it's #f8f8f8 behind the text on a #606060 back ground.
I added this
body .vc_text_separator div {
background-color: rgba(0, 0, 0, 0);
}
But that shows the line through the text.
Thank you
Hey Nick!
You can use the page id which is added in the body tag of that page to add in a css for that particular page. Please provide page link so i can provide working CSS.
Thanks
ThemeNectar Support Team
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Same issue here. What's this all about? Please assist. www.PhillyLyfe.com.
Thanks!
Hey Tyler!
Please see screenshot: http://prntscr.com/3ur4x9 . You need to add in an extra class to the row or column and then add in some custom css like this to change the color:
Cheers
ThemeNectar Support Team