Changing Wordpress default links color

by Ted99
2 replies
  • WEB DESIGN
  • |
Hi, can anyone please tell me how to change Wordpress default links color?

I've tried Google and couldn't find anything.

Some of the links all appear in orange, like the PAGES links and also at the bottom of the page: Genesis Framework · WordPress · Log in. (All in orange)

I can't figure out how to change this, and didn't want to have to change every link manually.

Please help.


Thanks

Ted.
#changing #color #default #links #wordpress
  • Profile picture of the author stueynet
    You need to simple add some custom css to your theme. Click on Appearance -> Editor and then choose the style.css file from the right rail. If you cannot edit your theme you can add a plugin for custom css classes.

    Then simple target the links you would like. It general depends on what area in the theme the links are. For example if the links in the header are what you are targeting then you would do something like:

    #header a{color: #333} // with your color

    If its the footer then

    #footer a{color: #333}

    The classes above are of course based on your theme so you would have to get the correct ID names from there.

    If you post the link to the site and tell me what section has the links who's color you want changed I can give you a more specific answer.
    Signature

    ---
    WPCore: WordPress plugin management and bulk upload
    Every member is automatically an affiliate (no affiliate signup required)

    {{ DiscussionBoard.errors[9614809].message }}
    • Profile picture of the author Ted99
      Thanks a lot for the info!
      {{ DiscussionBoard.errors[9615389].message }}

Trending Topics