• Resolved sirrah

    (@sirrah)


    Hi,

    I’m trying to change the menu/footer colours in finteriordesign theme. I’ve changed the colour in the CSS eg for the menu:

    #navmain {
    margin:0 2%;
    text-align:center;
    background-color:#4AA246;
    position:relative;
    z-index:5000;
    }

    …but it isn’t applying. I’m assuming it is overriding the change somewhere else but I don’t know where!

    I’m not a developer, so if anyone can tell me what I should be looking for/changing I’d be grateful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author tishonator

    (@tishonator)

    Hi,

    the above will change the main menu background color, isn’t that the expected change?

    Instead of making changes into style.css, I’d suggest:

    1. Login to your Admin Panel
    2. Navigate to Left Menu -> Appearance -> Customize -> Additional CSS
    3. Then insert:
    #navmain {background-color:#4AA246;}
    4. Save changes

    Thanks,
    Tihomir
    Tishonator Team

    Thread Starter sirrah

    (@sirrah)

    Hi,

    Well that was certainly much easier! Thank you so much.

    Theme Author tishonator

    (@tishonator)

    Great ?? I’ll mark the thread as resolved.

    P.S. If you like our theme, you could support us by adding rating to it ??

    Thanks,
    Tihomir
    Tishonator Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t change menu/footer colours’ is closed to new replies.