Home Forums Basel support forum Mobile menu and search

Mobile menu and search

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121267

    [email protected]
    Participant

    Hi there, I have 2 questions:

    1. How do I change background color of mobile sub-menu items? See attachment 1.
    2a. How do I change background color of ajax search results for mobile? See attachment 2a.
    2b. How do I change background color of ajax search results for desktop? See attachment 2b.

    Cheers

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:
    /*search*/
    body .basel-search-full-screen .basel-search-wrapper {
    background-color: red;
    }
    /*mobile menu*/
    body .mobile-nav {
    background-color: red;
    }

    body .mobile-nav ul li {
    background-color: yellow;
    }
    body .mobile-nav ul li .up-icon{
    	background-color: green;
    }

    Best Regards

    #122196

    [email protected]
    Participant

    For question #1, snippet you provided changes color of the whole menu. Is there any way to change ‘sub-menu’? In example (screenshot) I provided, color of price sub-menu ‘$30,$40,$50’, ‘$60, $70,$80’ and ‘$90 and above’.

    It is hard to navigate in that menu as colors of menu and sub-menu are the same.

    #122204

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mobile-nav .sub-menu-dropdown li a {
    	background-color:red;
    	color:#ffffff;
    }
    body .mobile-nav .sub-menu-dropdown li{
    border-bottom:1px solid yellow;
    }

    Best Regards

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