• Resolved villarroel

    (@villarroel)


    Hi,

    I was just wondering if you could help me locate the piece of CSS that will enable me to change the background colour of the secondary menu? You can see on my site that the menu is currently transparent and I would like to change this: https://istudyenglishonline.com/

    Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use Firebug for these exploratory CSS queries.

    Thread Starter villarroel

    (@villarroel)

    Thanks, but I’m not really sure what I’m looking for and anything I touch in Firebug seems to destroy the page. I was hoping the theme author could just point me in the right direction to find the CSS I would need to edit.

    Theme Author Sami Keijonen

    (@samikeijonen)

    The way theme is designed, it might not be that simple.

    First install and activate Path Child theme and try something like this in child theme style.css.

    #menu-secondary .wrap {
        background: #F2F2F2;
        height: 33px;
    }

    You can download child theme from here.

    https://themehybrid.com/themes/path-child

    Thread Starter villarroel

    (@villarroel)

    Thanks for the reply Sami. I have downloaded the child theme but until have not used it. To be honest, I’m not really sure what I’m doing so will read all the documentation. If I understand correctly, if I now install the child theme after having added widgets etc to the parent theme, I would have to add all of these gain manually and the logo and any other changes? Do you know of a way to export everything to the child theme?

    Thanks

    Theme Author Sami Keijonen

    (@samikeijonen)

    You might need to set some things again like assign menu. If you have made changes to parent theme template files, you need to do them again in child theme.

    Thread Starter villarroel

    (@villarroel)

    Ok thanks, I’ll give it a go.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change menu background colour’ is closed to new replies.