I’d like to change the background color of the title/breadcrumbs bar and the borders too if I can but don’t see any way to do it. Can you please supply me with the CSS snippet that would do it? Thanks!
Hey diamex94,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Hi Jordan
I’m using the latest version of Enfold
http://hypetea.com/index.php/
Hi,
Add the following to quick css:
.alternate_color{
background-color:#fcfcfc!important;
}
Of course change the color to whatever you prefer
Best regards,
Jordan Shannon
Thanks Jordan – Awesome support! That worked so if I want to add colored borders top and bottom of the title bar and change the text color and font, what snippet would I use?
Regards,
Vince
Hi Vince,
Please try the following in Quick CSS under Enfold->General Styling:
.title_container {
border-top:1px solid red;
border-bottom:1px solid red;
}
Best regards,
Rikard
Hi Rikard
No that snippet doesn’t add a colored border.
Thx Vince
Hey!
Please use the code as following
.title_container {
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-top: 1px;
}
Best regards,
Yigit
Thanks Yigit,
Your stellar support is why I’ve built more than 30 sites using the Enfold theme.
Vince
Hey!
You are welcome. Thank you for being a loyal Enfold user! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit