I've tried everything I can think of to change the sidebar h2 font size it lists the post titles in the sidebar but every time I change it it changes it also on the thumbnail pages. Id like the post titles to be the same size text as the h2 widget title but defining a sidebar h2 just is not taking. any ideas?
h2 in sidebar blog post title in feature category widget
(4 posts) (2 voices)-
Posted 2 years ago #
-
.post.thumb h2 a {
color: #262324; font-size: 14px;
}
does nothingI went into widgets.php under functions and changed the h2 class to a h3 or h4 class.. it changed the appearance but not the font size of the post titles in the featured post widget.
I placed the following in the css
h2.sidenav
{font-size: 14px;
color: #252223;
}and replaced <h2> in widgets.php on line 229 with this..
<h2 class="sidenav">nada
Posted 2 years ago # -
annnd sometimes it takes working it out like this to figure it out.. disregard this post lol
.post.thumb a.thumb-linksidebar { font-size:14px; }
and changing the class in line 229 to class thumb-linksidebar did the tricksometimes its right in front of your face. Feel free to delete this thread or leave it for others who are wanting to reduce the text size of the post titles in the sidebar.
Posted 2 years ago # -
No please leave it. I just found the solution to my problem. I want to change the thumb heading size in the sidebar just below the navigation.
Posted 2 years ago #
Reply
You must log in to post.