• Hi, im using the Spexel Theme for WordPress 3.0.1, the reason my site has no information on it yet, is because i want the layout to be sorted first. The nav bars, the side bars etc… My site is https://suziegibb.com can someone help me with a problem i am having. Along the navigation bar, the font is blue, how do i change this to white font? Also, the very top navigation bar too, i would like that changing to white too, and also the font style if possible.

    Finaly, in the very top right hand corner, at the end of my very top nav bar, there is a RSS subscribe link. How do i remove this? Thankyou.

Viewing 9 replies - 1 through 9 (of 9 total)
  • #navbar a { color: #fff }

    Try that.

    Thread Starter MarkSherwood

    (@marksherwood)

    were (or what folder) can i place that text into? thankyou

    Usually style.css in your themes folder.

    Place it at the very bottom.

    Thread Starter MarkSherwood

    (@marksherwood)

    thankyou!! do you know how i can remove the RSS link crap, in the very top right hand corner?

    You could do it with some css.

    #follow { display: none; }

    Although, it’d be better if you just track it down in your theme and remove it there.

    Thread Starter MarkSherwood

    (@marksherwood)

    got ya, thankyou very very much! 2 more things, how do i find out what code is for what font color and font? (example #fff = white) is there a link i can find this information? so i dont have to keep coming to the forums when i want a text or color change, or how to code the italic or bold in the text too. This would really help. Also, finaly, how do i get my site information to scroll upwards, WITHOUT my site background moving? I want the site information to move, as the user scrolls through the information, but i want the background to stay still.

    Hi!
    I would like to ask something that relates to the whole style.css thing:

    I can do with all the css files whatever I want — even delete all the content. It does not change anything visibly on the page — no matter how often I “update file” or refresh the page I opened in a different tab.
    The only thing that does change the appearance of the page is messing with the php files. What is worong about the css stuff?

    I would really appreciate any kind of help! I haven’t found anything on this problem on the web.

    Hopefully,
    Dino

    This should help you on your way. ??

    https://www.w3schools.com/css/default.asp

    Thread Starter MarkSherwood

    (@marksherwood)

    Xevo thankyou! Can you possibly tell me how to do that scrolling technique that i described in my previous post? Here is a sample site https://www.sonicreboot.com (notice how the background stays STILL, as the text scrolls upwards. I would very much like mine to do that, could you tell me how please. Your a star thankyou!)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Text Color’ is closed to new replies.