3 replies
  • WEB DESIGN
  • |
I would like to make my clickable links stand out with a bright red color. How do I do this? I have spent the last two hours trying to figure this out and have given up. WP really isn't all that easy.
#palette #wordpress
  • Profile picture of the author kenn1288
    in your wordpress dashboard go to appearance. then click editor, hit CTRL+F then type look for "a"
    or something like this
    a, a:hover {
    color:#0836e0; <---example color


    }
    then replace that with this

    a, a:hover {
    color:red;


    }

    I hope it helps.

    {{ DiscussionBoard.errors[5046045].message }}
  • Profile picture of the author Abledragon
    You have links in different sections of your site - the main content area, the sidebars, the footer, the category titles on your posts, the post titles on the blog page, etc.

    Finding and editing the correct category of link can be frustrating but, if you use FireFox, the Firebug addon helps you to find the correct element to edit.

    This article introduces Firebug and describes how to edit your site's appearance:

    How to Customise WordPress Appearance | WealthyDragon

    Cheers,

    Martin.
    Signature
    WealthyDragon - Earning My Living Online
    {{ DiscussionBoard.errors[5046117].message }}

Trending Topics