Home Forums WoodMart support forum Mega Menù Widget

Mega Menù Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #490219

    staffcreator
    Participant

    Hi guys.

    In one column I added the “Mega Menu” Widget

    I’m noticing that in the options it is only possible to change the Background Color of the TITLE, for the text of the menu and the various Hover or BackGround colors are not there.

    Is there a way to change the style of this menu without making any changes to the CSS?

    Thanks for your answer
    I’ll wait for you here

    Greetings

    Attachments:
    You must be logged in to view attached files.
    #490450

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution.

    Best Regards.

    #490492

    staffcreator
    Participant

    Hello Aizaz
    Thank you for your answer.

    Yes, I leave you the data to connect to the Admin site.

    You can find this menu on the home page.

    #490654

    Hello,

    This is only possible with custom CSS. Go to Theme Settings > Custom css > Global Custom CSS:

    .wd-nav[class*="wd-style-"]>li>a {
        color: red !important;
    }
    .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active, .hover)>a {
        color: blue !important;
    }
    .wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a {
    	color: yellow !important;
    }

    Best Regards.

    #490787

    staffcreator
    Participant

    ok

    Tanks!

    #490942

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Mega Menù Widget’ is closed to new replies.