changing appearance of "about"
-
how to I make the “About” section at the top right corner of the page show up larger and in a different color?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the following CSS to adjust the color of the menu item in the Traveler theme:
.masthead .menu a { color: #fff; font-size: 20px; } .masthead .menu a:hover { color: #fff; font-size: 20px; } .masthead .menu a:active { color: #fff; font-size: 20px; }That code will modify the normal appearance, hover appearance, and currently-active appearance. You can set the colors independently. Just input that under Appearance -> Customize -> CSS. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if that works for what you’re looking for!
- The topic ‘changing appearance of "about"’ is closed to new replies.