Hi,
I try to change the background color of a html table in first text widget in the footer from grey to black but don’t get this working. I there an solution to do this only with this table?
http://comwartrau-pazos.savviihq.com (in the footer first column)
Hey dmhaarlem!
try this code in Quick CSS field:
section#text-4 {
background: grey;
}
Cheers!
Andy
Sorry, it doesn’t work.
Ive tried your code,
Then i found out in the page inspector its in #text-7 but even then it won’t change to black (not grey, i changed that to #000000)
Hey!
Please add following code to Quick CSS
#footer .tabell * {
background: black;
}
Cheers!
Yigit
That did the job!.
Thanks a lot!
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