• Resolved tvanderwert1652

    (@tvanderwert1652)


    On my site seniortriathletes.com, I want to increase the size of the font and change the font color (before hover) from gray to white. It already changes from gray to white when I hover over the text.

    My target is people aged 50 and over and I have been told that the gray on black background given the relatively small font makes the navigation topics difficult to read.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use this code to use in Custom CSS plugin

    body div.mythemes-topper nav.header-menu ul.mythemes-menu-list li a {
    	color: #fff;
    }
    
    body div.mythemes-topper nav.header-menu ul.mythemes-menu-list li a:hover {
    	outline: 1px solid #fff;
    }
    Thread Starter tvanderwert1652

    (@tvanderwert1652)

    Thanks for the quick reply and code. Exactly what I needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing color of navigation text at top of page’ is closed to new replies.