Home New Guten Forums Basel support forum Dropdown mega menu of fashion store and changing color of menu

Dropdown mega menu of fashion store and changing color of menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8873

    samok
    Participant

    Hello,

    I have two questions.

    1. Could you give the code for visual composer of the mega menu of ‘Women’s Clothing’ under the browse category?

    2. How can I change the (hover) color of the ‘browse category’ menu? Could not find it in Visual composer editor. I am just able to set color of the topic.

    Thank you!

    #8900

    Artem Temos
    Keymaster

    Hello,

    Please, provide your website URL so we can see it live and prepare a solution for you.

    Regards

    #8903

    samok
    Participant

    https://www.stylexl.de/

    I am trying to start with the big menu under the header.

    #8907

    Artem Temos
    Keymaster

    Thank you.

    1. Here is a code of the dropdown

    [vc_row css=".vc_custom_1437124446566{margin-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text css=".vc_custom_1437128802796{margin-bottom: 10px !important;}"]
    <ul class="sub-menu">
     	<li><a href="#">Hot Sports</a>
    <ul class="sub-sub-menu">
     	<li><a href="#">Running</a></li>
     	<li><a href="#">Cycling</a></li>
     	<li><a href="#">Fishing</a></li>
     	<li><a href="#">Fitness & Body Building</a></li>
    </ul>
    </li>
    </ul>
    [/vc_column_text][vc_column_text css=".vc_custom_1437128993242{margin-bottom: 0px !important;}"]
    <ul class="sub-menu">
     	<li><a href="#">Outdoor Sports</a>
    <ul class="sub-sub-menu">
     	<li><a href="#">Camping & Hiking</a></li>
     	<li><a href="#">Golf</a></li>
     	<li><a href="#">Tennis</a></li>
     	<li><a href="#">Horse Racing</a></li>
    </ul>
    </li>
    </ul>
    [/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css=".vc_custom_1437128879780{margin-bottom: 10px !important;}"]
    <ul class="sub-menu">
     	<li><a href="#">Sports Clothing</a>
    <ul class="sub-sub-menu">
     	<li><a href="#">Jersey</a></li>
     	<li><a href="#">Jackets</a></li>
     	<li><a href="#">Shorts</a></li>
     	<li><a href="#">Pants</a></li>
    </ul>
    </li>
    </ul>
    [/vc_column_text][vc_column_text css=".vc_custom_1437129045033{margin-bottom: 0px !important;}"]
    <ul class="sub-menu">
     	<li><a href="#">Sneakers</a>
    <ul class="sub-sub-menu">
     	<li><a href="#">Running Shoes</a></li>
     	<li><a href="#">Basketball Shoes</a></li>
     	<li><a href="#">Hiking Shoes</a></li>
     	<li><a href="#">Soccer Shoes</a></li>
    </ul>
    </li>
    </ul>
    [/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]
    <ul class="sub-menu">
     	<li><a href="#">Team Sports</a>
    <ul class="sub-sub-menu">
     	<li><a href="#">Soccer</a></li>
     	<li><a href="#">Basketball</a></li>
     	<li><a href="#">Ice Hockey</a></li>
     	<li><a href="#">America Football</a></li>
    </ul>
    </li>
    </ul>
    [/vc_column_text][/vc_column][/vc_row]

    2. You need to set your colors in Theme Settings -> Styles & Colors.

    Regards

    #9312

    Maxmiliano
    Participant

    Excuse me, please!

    And about category menu (forniture demo) text color? How do I change it?

    #9328

    Artem Temos
    Keymaster

    Sorry, but there is no such option in our theme and you may need to use custom CSS code like this one

    .mega-navigation .menu>li>a, .widget_nav_mega_menu .menu>li>a {
    	color:green;
    }
    #9332

    Maxmiliano
    Participant

    Thank you for reply!
    It works well.
    Regards!

    #9333

    Artem Temos
    Keymaster

    Yes, please, provide us a link.

    #9339

    Maxmiliano
    Participant

    It doesn’t need. It works. There was an error in a “copy and paste” character. It’s ok now.
    Thank you so much!

    #9340

    Artem Temos
    Keymaster

    Great, you are welcome!

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