Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
| Author | Posts |
|---|---|
| Author | Posts |
| October 24, 2011 at 7:33 am #1732 | |
|
IanG |
Hey folks! First of, I would like to thank you Jeremy for providing some veeeery nice theme like Techozoid to the community. One of the best themes I have ever encountered since I started working with WordPress! The Problem I just encountered is as follow: I added some navigation Menu as a widget to the area to the right of the header. But unfortunately i wasn’t able to find an option to change the font size for that menu. I’ve been searching all around the options menu, as well as the whole style.css. So I would be happy if someone could help me finding the necessary solution for that! Regards |
| October 24, 2011 at 3:51 pm #1733 | |
|
Jeremy Clark |
You can add this to the custom css under the style setting tab. .sidebar{
font-size: 1.3em; } You can play with the decimal value to get the text the size you want. |
| October 25, 2011 at 4:43 am #1734 | |
|
IanG |
Hey Jeremy, thank you for your advice. Unfortunately, the code just changes the font-size for the sidebar, not for the menu to the right side of the header. After searching for the css-part for this area, i wasn’t able to figure out which line it is. Maybe you’ve got some other hint for me? Best Regards IanG |
| October 26, 2011 at 11:33 am #1735 | |
|
Jeremy Clark |
Sorry I misunderstood you. This code will change that.
.hright, .hleft{
font-size: 1.2em; } |
| October 26, 2011 at 12:37 pm #1736 | |
|
IanG |
Hey Jeremy, thank you again for your time. I will try this code asap. Best Regards IanG |
You must be logged in to reply to this topic.