How to change link styling in wordpress

by zannix
5 replies
  • WEB DESIGN
  • |
Hi.

My question is - how do I change link style on my website (un hovered and hovered)?

I tried searching for anything that contains "link" and "hover" in the same context and editing it, but I haven't yet succeeded.

Where is this option located? in style.css ?or?

Completely new at this - please help me out.

If you need additional information, I'll spit it out - just yell!
#change #link #styling #wordpress
  • Profile picture of the author Istvan Horvath
    Everything is defined in the CSS = cascading style sheet, usually it is one of the file in your theme directory: style.css

    Learn more: CSS Tutorial (one of the best online tutorials and it's free!)
    Unfortunately, to understand what is the stylesheet referring to... you will need at least some basic HTML: HTML Tutorial (on the same site)
    Signature

    {{ DiscussionBoard.errors[3676874].message }}
  • Profile picture of the author Abledragon
    You may find that there are several different link styles on your site. If that's the case identifying the specific style you want to change is made a heck of a lot easier by installing the Firebug addon for FireFox.

    It will identify the exact link selector you want to change, which you can then look for in your stylesheet.

    More details on Firebug here:

    Firebug: CSS Editing Made Easy | WealthyDragon

    Cheers,

    Martin.
    Signature
    WealthyDragon - Earning My Living Online
    {{ DiscussionBoard.errors[3679461].message }}
  • Profile picture of the author jammypollok
    I was wondering if there was a way to change the style of one link to be different to the rest of the links,

    for example, I would like the "Make a Reservation" Link (both the top menu and the side menu) to be red, bold, and possibly underlined. The other links can remain the same as they are right now.
    {{ DiscussionBoard.errors[3680626].message }}
    • Profile picture of the author Istvan Horvath
      Originally Posted by jammypollok View Post

      I was wondering if there was a way to change the style of one link to be different to the rest of the links,
      On the CSS site I linked to above look for "id"-s and classes.
      Signature

      {{ DiscussionBoard.errors[3684526].message }}
  • Profile picture of the author angel16
    link style i can't understand
    {{ DiscussionBoard.errors[3684505].message }}

Trending Topics