I feel dumb, but I am re-doing my blog and did something that I have no clue how to correct.
http://sportstunner.com/blog/wordpress/
I had a red box on the right hand side, I changed it white to blend in. Now my RSS Feeds and Search box are white and I would like make them viewable. I have no clue where to change the colors to these.
Thanks
+ Reply to Thread
Results 1 to 2 of 2
-
-
The first thing to do is find it, in your browser go to view>source. In this case I'm assuminig what you're looking for is this:
What we're really interested in here for one example is:Code:<div class="Search"> <form action="/blog/wordpress/index.php" method="post"> <input type="text" name="s" class="keyword" /> <div class="bt"> <input name="submit" type="image" class="search" title="Search" src="http://sportstunner.com/blog/wordpress/wp-content/themes/dilectio/dilectio/images/ButtonTransparent.png" alt="Search" /> </div> </form> <div class="Syn"> <ul>[*]Entries (RSS) [*]Comments (RSS)[/list]</div> </div>
this is the srart tag that wraps around the search box and links. class="Search" assigns a class to this particualr div, this class can be found in CSS file linked to between the head tags. You could for example change the attributes for the the other claases assigned or the tags themselves. If you don't know anything about CSS... http://www.w3schools.com/css/default.aspCode:<div class="Search">
Similar Threads
-
Need coding info
By John O. in forum DVD & Blu-ray PlayersReplies: 2Last Post: 18th Aug 2010, 15:29 -
{/a6} coding in ffmpeg?
By misook in forum MacReplies: 0Last Post: 14th Nov 2009, 14:57 -
Question when coding in GK
By Fire Foxer in forum EditingReplies: 2Last Post: 26th Oct 2009, 09:24 -
Coding in GK
By eliqush in forum EditingReplies: 16Last Post: 12th Oct 2009, 22:17 -
Problem when coding in GK
By Fire Foxer in forum EditingReplies: 0Last Post: 6th Oct 2009, 20:41



Quote