Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20455
    AFPhoto
    Participant

    Hi there,
    I wonder if you can help me with the css to change backgroundcolor in the footer-widgets to #303030.
    I have tried to do it myself, but it didn´t work for me.

    You can find my site here.

    #20469
    Sakin
    Keymaster

    @AFPhoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #supplementary .widget { background-color: #303030; }

    #20473
    AFPhoto
    Participant

    Thanks Sakin!

    It works perfect, but how can I remove the white frames that remains?

    #20476
    Sakin
    Keymaster

    Replace the previous css with the following.
    #supplementary .widget { background-color: #303030; border: none; }

    #20477
    Sakin
    Keymaster

    Replace the previous css with the following.
    #supplementary .widget { background-color: #303030; border: none; }

    #20480
    AFPhoto
    Participant

    Thanks again Sakin, you´re the greatest!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Backgroundcolor footer widgets’ is closed to new replies.