Please see attached link.
I would like them smaller, but the client would also like them white on black.
Is this possible without changing the general styling? I think changing that might mess up the rest of the site.
Thanks
Hey jonrouse,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-content *, .grid-content {
background: black!important;
color: white!important;
font-size: 14px;
}
Best regards,
Yigit
Thanks a lot Yigit.
It is set up as four columns on the grid, and there is a thin white line between column2 and column3.
I may revert to the default white.
Hi!
You can remove it using following code :)
.grid-entry .inner-entry { margin-right: 0; }
Best regards,
Yigit
That’s awesome, thanks so much. Ironically the client has decided to keep white having seen it, but I’ve retained the information for the next time I come across this. As I’m not a coder, I’ve built up a little repository of quick css codes which I’ve got from your forums.
Thanks again Yigit!
Hey!
You are welcome!
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 :)
Cheers!
Yigit