• Another quick question:
    I am trying to make the font of the main navigation a little darker and stronger to increase readability, but it doesn’t seem to respond.

    I changed some properties of the .main-navigation in a child version of style.css. I can change the font size here, but the font color stays the same.

    Where is the color declared?

    Thanks, Bastienne

Viewing 1 replies (of 1 total)
  • Thread Starter Bastienne

    (@bastienne)

    Anyone can help me?

    here is the code I changed:

    .main-navigation {
    	color: #000000;
    	display: block;
    	float: right;
    	font-family: Quicksand, Helvetica, Arial, sans-serif;
    	-webkit-text-stroke: .50px; /* Hack to fix thin text in Windows */
    	font-size: 16px;
    	font-size: 1.6rem;
    	margin: 5px 0 0;
    	position: relative;
    	text-align: right;
    	text-transform: uppercase;
    	width: 60%;
    }

    Changing the font-size properties works fine, just as the font-family and the text-transform, but changing the color does not seem to have any effect.

    Cheers, Bastienne

Viewing 1 replies (of 1 total)
  • The topic ‘change the navigation font’ is closed to new replies.