This topic has 10 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi Guys,
Ive got an Ess.Grid layout in the middle of my page with the media_grid_howardtaft skin. The section that shows tekst is grey and i want to change that color. Cannot find any options in the settings for this. Can you help me? url is in private content
Thanx
Hello,
Please add this code into custom.css file.
.eg-cleveland-content{
background-color: #150E0E;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Yo Rob, Thanx for your answer but this code didnt do the trick. Any other suggestions?
Nevermind, fixed it. Thanx Rob!
Other thing, scroll to the last items on my site: the google maps and the tabs to the right of it. The tab color is black now and I would like to change that. Can you help me out with that?
Hello,
Please add this code in custom.css file:
.tabs .tab-title.opened:hover, .tabs .tab-title.opened {
color: white !important;
}
Thank you.
Regards,
Eva Kemp.
Thanx Eva, that did the trick but there are also some lines above and under this tab text. These are black now. Can I also change those colors?
Anyone?
Hello,
Please try to add this code into custom.css file.
.tabs .tab-title.opened:after{
border-top: 1px solid #F03939;
border-bottom: 1px solid #FA2B2B;
}
Regards,
Robert Hall.
thanx Rob!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Ess. Grid Color’' has been successfully resolved, and the topic is now closed for further responses