• I would like to change:
    Color of the header font
    Color of the nav menu
    Color of links on side bar
    Fonts

    When I put code in the Style sheet nothing happened.

    I have a baby step beyond beginner skills. Please give advice on how I can change my grey middle to my chosen color palette. Any advice and guidance is appreciated.

    http://www.theresebogan.com

    My next step will be understanding how to create creative borders for images, get the text to wrap properly around the images, and to imbed flash.

    Thanks for your thoughts,
    ~Therese

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Therese,
    Did you ever figure out how to change the Color of the header font, Color of the nav menu, and the Color of links on side bar?

    Thanks,
    Daniella

    Therese,

    Looks like you’re trying to use style.css to overwrite the style.php which I presume was authored by the original developer.

    The header color can be changed to white and the text to Courier by pasting the following in the css:

    #logoname a {
    font-family: ‘Courier New’, Courier, monospace !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff !important;
    }

    Worked fine in Firebug when I tried it, let me know if you have further difficulties.

    Thread Starter tbogan

    (@tbogan)

    Thanks pearluvsapple!

    I did put new code in the style.php. So, now I have blue and brown. I’m feeling really good about that. Thanks for your help.

    Daniella, hope that helps you too. If you want to pick one or two, I can post what I added.

    ~Therese

    Sure that would be great! What “code” did you put in the style.php?

    Therese,

    I have checked out your website and love what you’ve done with the navbar, footer, background, and slider bar/slider arrow colors. PLEASE tell me how you did this :). I am a novice but I’ve learned enough at this point that I could probably follow some simple instruction. I’ve figured out how to edit text colors, some border colors in “style php” but I notice that things like the navbar are actually png images. So, how did you chance these colors? Any help from anyone is appreciated!! My site: http://www.digplantco.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP-Creativix: style.php or CSS?’ is closed to new replies.