Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • shemeam Friend
    #704426

    Hi

    I would like to change the background color of the dropdown menu on the off canvas sidebar.
    It is currently dark grey, I would like it to be light grey or white.

    Also, how do I change the dropdown background on the megamenu to white?

    many thanks for your continued support
    Alison

    Shemeam

    Adam M Moderator
    #704495

    Hi @shemeam,

    Please open file templatespurity_iiicsscustom.css then add necessary CSS rule as below :

    1. To change the background color of sub-level drop-down menu in tablet / mobile

    #t3-mainnav .t3-navbar-collapse .dropdown-menu {
    background: red;
    }

    2. To change background color of Mega menu sub-level drop-down

    .t3-megamenu .dropdown-menu {
    background: navy;
    }

    Adam M Moderator
    #751311

    Hi @shemeam,

    Please open file templatespurity_iiicsscustom.css then add necessary CSS rule as below :

    1. To change the background color of sub-level drop-down menu in tablet / mobile

    #t3-mainnav .t3-navbar-collapse .dropdown-menu {
    background: red;
    }

    2. To change background color of Mega menu sub-level drop-down

    .t3-megamenu .dropdown-menu {
    background: navy;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Adam M 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum