• Hi,

    I’d like to make my Sub Menu background colour (when you hover over ‘Shop’ and see the category list) to be transparent instead of white?

    Is anyone able to provide me with some CSS please?

    Thanks in advance

    • This topic was modified 3 years, 12 months ago by rrobinson222.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • .horizon-menu .main-menu .menu-item .submenu {
        background-color: transparent !important;
    }

    But that will make your links really hard to read on that background.

    Thread Starter rrobinson222

    (@rrobinson222)

    Thank you for your assistance.

    Yes, that is a very good point! How do I make the sub title text a bold white now?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS – background colour’ is closed to new replies.