Alanna Bailey
asked 10 years ago

Hi Again,
Not long ago, I needed to make the font size in my main menu bigger so it was readable, which you guys gave me this code for
navbar .nav li a {
font-size: 13px;
}
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat a {
font-size: 13px;
}
Which was SUPER helpful- thanks! However, as I continue to build the widgitized home page, I’m having the same issue with each of the Category/ widget sections on the site, the font is tiny and I need to make it bigger, do you have code for that? Please help. Many thanks!!

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code:

.widget.news-category article .entry-title { font-size: ...; }
.widget.news-category article .entry-content   { font-size: ...; }
.widget .entry-title  { font-size: ...; }

If you still face there issue, you can send me a screenshot for further checking.
Hope this helps !

Alanna Bailey
replied 10 years ago

Hey, Thanks! So I added this with larger font sizes but am not seeing changes on the front end… Do I need to specify/ write in the name of each/every category? If so where? Do I replace ‘.entry-title’ with the category name?

Dominic Staff
replied 10 years ago

You just possible change the font size for all the post in categories, you can not change replace ‘.entry-title’ with the category name.
If you using the code in the previous answer but not work, you can send me a screenshot & your site for further checking.

Powered by DW Question & Answer Pro