Your Time:
Our Time:
← Back to discussions

How to edit footer top background color independantly from theme backend color

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Fem.

  • 2019-02-09 at 3:59 am
    Unknown Support Status
    #24706
    Zaraguin
    Participant
    • Topics: 5
    • Replies: 8
    • Total posts: 13
    • Post count: 12

    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.

    2019-02-13 at 11:49 am
    #24715
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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.

The topic ‘How to edit footer top background color independantly from theme backend color’ is closed to new replies.