Home Forums Free Themes Knowledge How can I change the top menu text from white to black?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151842
    yogajoy
    Participant

    Hello, for the top menu text links, I very much like the sticky menu with the orange hover.

    Is there a way to change the menu text link colors from white to black;

    and change the background-color behind the menu text links from black to white?

    #151850
    Psink
    Keymaster

    Hello There

    Add this css in additional css.

    
    @media screen and (max-width: 1023px){
    	.main-navigation a:hover, .main-navigation a:focus, .main-navigation ul.nav-menu > li > a:hover, .main-navigation ul.nav-menu > li > a:focus{
    		background: #fff;
    		color: #000;
    		fill: #000;
    	}
    }
    

    regards,

    #154433

    in styles. xml change the style of list-items but not menu items. You can change the color of the MenuItem text easily by using SpannableString instead of String . If you are using the new Toolbar, with the theme Theme. i also use this thing on my Cuba Photography Tours website.

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