This is a two part post. I've spent time researching this first and am completely frustrated, so here they are if anyone has a clue. My website is: rippedmuscledudes.com/rmd The WP theme is "Black Splat WR." Please note that there is no adult material presently on the site for the purpose of this enquiry, but entry is only for adults.
1. The font to type a search (in nav bar) needs to be changed from dark to light. In case it matters, the following is what is in my searchform.php:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div>
<input type="text" value="<?php the_search_query(); ?>" name="s" id="searchbox"/>
<input type="submit" id="searchbutton" value="" />
</div>
</form>
2. I want the list of categories and tags after my post underlined ONLY WHEN HOVERED. Presently they are underlined always.
To make a long story short, this WP theme came with a couple of defaults at the top of the stylesheet that seemed(?) to control most links anywhere in the blog. I want to control the qualities (font, color, text decoration, etc.) of the following separately: links in the post, links at the end of post (categories, tags, comments), and other sections in the blog. Someone tried to help me with this, so beware when looking at my stylesheet.