You may need to edit your CSS for the Post title rollover effect. Or if you’re too scared, I can help fix it in a few hours.
Have a great day!
Salman
That would be great if you could help me in a few hours! Thanks so much zolumns.
Sure Hilary,
No probs, you can send me the details to my email if you like:) [email moderated – please do not ask for direct contact; please keep the support in the forum]
Cheers!
Hi, so do you have a code I can use to remove the post title box, change the font to geo sans light capitals and change the font to black?
[bump moderated]
the ideal location to post is usualy in the currently used theme’s forum, in your case in http://wordpress.org/support/theme/liquorice/
is the font ‘geo sans light capitals’ installed in your theme?
if so, you should be able to reference it with font-family http://www.w3schools.com/cssref/pr_font_font-family.asp;
if not, is it a google font, or how are you planning to include the font into your site?
the styles to edit or add are:
#primaryContent h1.postTitle a, #primaryContent h2.postTitle a
{ background: none; color: #000; text-transform: capitalize; font-family: 'geo sans light', "Raleway",arial,sans-serif; }
#primaryContent h1.postTitle a:hover, #primaryContent h2.postTitle a:hover
{ background: #f9f9f9; }
the :hover styles are optional.
That looks good. The font is still in Raleway though. I’m really not sure if the geo sans light font capitals is included in my font. I just looked in google fonts plugin and I only see a geo font. Not geo sans light.