Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Some help please

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44974
    cssbeginner
    Member

    Hi There

    I am a beginner to using css and I am trying to do some changes for a template I am busy with.

    I have managed to change quite a lot of things myself but there are a few things that I am stuck on.

    [A link to the site](http://www.tacklesure.co.za “TackleSure”)

    Any help would be greatly appreciated.

    Thank you.

    What I would like to change:

    1. The Background colour of the page to white

    2. The Sliding text: EG “Home” currently goldish want to change to green

    3. The Sliding text: EG” Insurance Solutions” below the Home. Currently Grey want to change to Blue

    4. The Grey tabs: EG “Tackle , Motor , Home , Business , Watercraft” I think its using a grey gradient but I want to change this to a Blue gradient.

    5. The Grey tabs text change to green if you scroll over them, I want to make this change to white

    6. The bottom tabs: EG “Car Insurance, Home Insurance, Tackle Insurance, Watercraft Insurance” I want to change the size of this text to slightly smaller so it fits better on the page.

    If someone could please show me on what lines of the CSS to change each of these points it would be greatly appreciated.

    I tried posting the CSS code but its too many characters :(

    #136071
    hackyaaa
    Participant

    line 44

    body {
    background: url(../images/template/wrapper.png) 0 0 repeat-x;
    }

    change this to

    body {background: white;}

    .slide_title .item_title_part0 {
    color: #e6c514;
    }

    line 168

    change color to green i.e., color: green;

    Before asking for help, please learn to use developer’s tool, whether firebug or chrome’s.

    Then you won’t have to ask for help.

    #136075
    cssbeginner
    Member

    Thanks very much for the reply, I will install the Chrome developers tool

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.