VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  2. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    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:

    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>
    What we're really interested in here for one example is:

    Code:
    <div class="Search">
    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.asp
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!