Delete ThisAcount
Member
Posted 1 year ago #
I really enjoy the wordpress theme that i currently have except for a few things. I hate the small caps effect on the nav bar links and title, and it also does that at the begining of each of my posts. all i want to do it get rid of those drop caps and possibly change the font to a sans serif rather than mixing sans serifs and serifs.
What theme are you using and please post a link to your site if you want help.
Delete ThisAcount
Member
Posted 1 year ago #
I am using oliupo and the site is coerceddelusion.com
krowland08
Member
Posted 1 year ago #
Should be just a simple CSS change in your style.css file, look for this:
#main_nav ul {
text-transform: uppercase;
font-size: .75em;
list-style-type: none;
}