Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #585319

    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)

    #585474

    Hey dmhaarlem!

    try this code in Quick CSS field:

    section#text-4 {
    background: grey;
    }
    

    Cheers!
    Andy

    #585487

    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)

    #585566

    Hey!

    Please add following code to Quick CSS

    #footer .tabell * {
        background: black;
    }

    Cheers!
    Yigit

    #586216

    That did the job!.

    Thanks a lot!

    #586219

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background color html table in text widget’ is closed to new replies.