Home Forums WoodMart support forum Background color of drop down category

Background color of drop down category

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #208027

    Ive
    Participant

    I tried to change the background color of the drop down category menu in shop page. I found similar topic and tried to apply CSS code that you suggested but it did not work.

    body .color-scheme-light .woodmart-product-categories .children {
    background-color: red;
    }

    Please, advice how I could change background color of the drop down menu.

    #208039

    Ive
    Participant

    I am sorry not in shop page, but in Front Page.

    #208081

    Hello,

    To change the categories menu dropdown background color you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .header-categories-nav .categories-menu-dropdown .menu {
    background: red;
    }

    Best Regards.

    #208114

    Ive
    Participant

    I did the way you have suggested it is still default color.

    #208133

    Hello,

    Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #208314

    Ive
    Participant

    Here is my login details of the website, could you please also advice how to make a side bar in the position as in the middle of the page not top right or top left? Thank You!

    #208385

    Hello,

    The CSS I provided was to change the background-color of the categories mega menu module as in our demo. In your case you need to change the background of the menu dropdown.

    I have changed the color of the first menu dropdown. Please clear cache and check back.

    Screenshot for Clarification: In private content area

    I have added the following Custom CSS in the Global Custom CSS area.

    #menu-item-3452 .sub-menu-dropdown {
    background: red;
    }

    Best Regards.

    #208439

    Ive
    Participant

    Thank you so much!

    #208517

    Most Welcome :-)

    I have added the site screenshots in private content area of this topic as per your request, you can check it now.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Background color of drop down category’ is closed to new replies.