Trying to change text colour

  • Unknown's avatar

    Hi,

    Here is the link to the blog: http://teddybearbandb.wordpress.com/

    when I was creating it, I saw a link to change text, but now I can’t find it, so when I did a google search it told me to come here. All I want to do is change all the red text to black, and to get rid of that ABOUT link at the top of the page.

    Can someone help me do this? Thanks in advance!!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    http://teddybearbandb.wordpress.com/ is currently using the MistyLook theme. That theme doesn’t have any options to change link color in Appearance → Theme Options, so you would need to make a change like that using CSS that you add to your Appearance → Custom Design → CSS page.

    All I want to do is change all the red text to black, and to get rid of that ABOUT link at the top of the page.

    I don’t see any red text at http://teddybearbandb.wordpress.com/ Did you mean you wanted to change the color of the links from green to some other color? Here is an example of CSS that changes the link color in the MistyLook theme:

    a:link, a:visited {
    color: blue;
    }

    Adjust the color name as necessary.

    To get rid of the About link at the top, you can create a custom menu and just put in the menu items that you want to keep. Here is a help page that shows how to create custom menus: http://en.support.wordpress.com/menus/

  • The topic ‘Trying to change text colour’ is closed to new replies.