badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Nav Menu / Dropdown Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62375
    Orneryboy
    Participant

    First of all, I just wanted to say thank you for such a polished, elegant theme. I love it! Even though I’m not an expert with CSS, I was able to quite easily customize it to my liking, mostly with information I found in this forum.

    I’m just having one problem… I added custom CSS to change the styling of my sidebar menu, without realizing that I was ALSO affecting the styling of the dropdown menu that appears on smaller screens. So it looks great on my computer, but looks a bit strange on a phone or tablet. Is there any way to change each menu style independently?

    Thank you very much for any help you can offer.

    #62763

    Hello there,

    To change the background color of sidebar just use the below custom CSS code:

    #page:before {
    	background-color: #ffffff;
    }
    @media only screen and (max-width: 767px) {
    	.main-navigation li,
    	.main-navigation ul li ul li {
    		border-color: rgba(0, 0, 0, 0.2);
    	}
    }
    @media only screen and (max-width: 767px) {
    	.site-header {
    		background-color: #ffffff;
    	}
    }

    Note: Change above HEX color code #ffffff to your own HEX color code to change the background color.

    Thank you!

    #62767
    Orneryboy
    Participant

    Awesome, thank you!

    #62779

    Welcome anytime @hello13

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.