increasing font size

  • Unknown's avatar

    Hello,
    I would like to increase the font size and change the color of my menu buttons.
    Can i please get the css code for this?
    AIzaSyB6j0MvX2mKSWKpRKC9stZ3WgRDFyxty2M

    https://ialaziq.wordpress.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see a syntax issue in a bit of your custom CSS. Find this in your custom CSS

    #site-navigation a {
    	color: #294480 #masthead #menu-item-8243 a:hover {;
    	color: #294480;
    }

    and replace it with this

    #site-navigation a {
    	color: #294480;
    }
    #masthead #menu-item-8243 a:hover {
    	color: #294480;
    }

    And then add a font size declaration to the #site-navigation a CSS rule like this and adjust as desired.

    #site-navigation a {
    	color: #294480;
    	font-size: 11px;
    }
  • The topic ‘increasing font size’ is closed to new replies.