This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Fem.
Tagged: labora footer color
Viewing 2 posts - 1 through 2 (of 2 total)
Hello,
I would like to edit the footer top background color in my Labora theme installation, but it seems impossible because your are forcing it with an “!important” in the inline CSS from the backend theme configuration.
How can I revert this in a clean way and put my own color?
Thanks.
Go through the theme options to the footer color properties but the footer background color property not present in theme options. So, go through the following directory path ../wp-content/themes/labora/style.css and find the below code.
#footer {
background-color: red;
}
Here you can add your desired color.
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘How to edit footer top background color independantly from theme backend color’ is closed to new replies.