Hi guys,
i’m using the header (default setting) where there is supposed to be a line extending out from the title, see section on the site that says Our Products. The title is the purple thing that says create and collaborate. I’ve styled it to have a colored background. The grey line was visible inititally but then disappeared…can you help me figure out how to bring it back?
Hey bobfurgo,
Edit the Color Section, Go to Styling (tab) > Borders > Section Top Border Styling set to Display a simple 1px top border
Hope this helps.
Best regards,
Nikko
Hi Nikko, i’m not talking about the color section border. I’m talking about the line that’s shows on the headers when in the default setting. The line is not there to the right of the header for some reason but I want it to be…
Hi bobfurgo,
I see, I apologize for misunderstanding, the border color is the same as the color of the font so in this case its white.
In order to specifically modify the border color in Create and Collaborate heading, edit that Special Heading, go to Advanced (tab) > Custom CSS Class put my-title (or you can name this whatever you want) and save.
Go to Enfold > General Styling > Quick CSS, then add this CSS code (if you changed the name, replace my-title on this code as well):
#top .my-title .special-heading-inner-border {
border-color: gray !important;
}
Also change to color.
Hope this helps.
Best regards,
Nikko
it worked, thank you :)
Also, it isn’t going the full width of the column. How can i get it to extend a bit further to the end?
Hi bobfurgo,
You’re welcome :)
To extend it further, please remove the right padding of the column where it is placed and that should extend it to the end.
Best regards,
Nikko