Tagged: catch evolution, footer, widget
- This topic has 5 replies, 2 voices, and was last updated 10 years, 9 months ago by AFPhoto.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
February 17, 2014 at 8:37 pm #20455AFPhotoParticipant
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.
February 17, 2014 at 11:50 pm #20469SakinKeymaster@AFPhoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget { background-color: #303030; }
February 18, 2014 at 12:17 am #20473AFPhotoParticipantThanks Sakin!
It works perfect, but how can I remove the white frames that remains?
February 18, 2014 at 12:25 am #20476SakinKeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }February 18, 2014 at 12:25 am #20477SakinKeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }
February 18, 2014 at 12:33 am #20480AFPhotoParticipantThanks again Sakin, you´re the greatest!
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Backgroundcolor footer widgets’ is closed to new replies.