Can I make some changes to font Color?

  • Unknown's avatar

    Hi, I am with theme Morning After and would like to change the tabs on the top to different colors instead of black. Can I know how to do that? In another page it says I need to upgrade $30 to customise, does that mean only after that I can change the template? Thank you.

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

  • Unknown's avatar

    To edit and change the font colors in the theme, you would have to purchase the Custom Design Upgrade. It cannot be done without that. The following is the code for the menu items on the top right. You can edit the color code as desired and use the preview feature at appearance > custom design > CSS. Sometimes you have to force refresh the preview page if your change doesn’t show up.

    #menu li a {
    color: #000000;
    }

    The font color for the menu items right above the header image would be here if you wanted to change those as well.

    .nav a {
    color: #555555;
    }
  • The topic ‘Can I make some changes to font Color?’ is closed to new replies.