Forums

Morning After - how do I bold or underline hyperlinks (4 posts)

  1. ColleenKellyRiderBiomechanics
    Member
    Posted 10 months ago #

    I have copied a page from word, and in other themes all the links in the text stand out underlined or bold, or at least colored. Is there a way in Morning After Theme to have them show up? http://internationalsocietyofriderbiomechanics.wordpress.com/

    PS I'm not real good at code sorry! Bit of a beginner.

  2. miniCarl
    Member
    Posted 10 months ago #

    add this to your style.css file

    a[href]{
    text-decoration: underline;
    font-weight: bold;
    color: red;
    }
  3. ColleenKellyRiderBiomechanics
    Member
    Posted 10 months ago #

    OK..you're going to think I'm hyper-stupid, but I've never done anything with a style.css file.

    I'd REALLY appreciate your step by step instructions as to what to do. Thank you! Colleen Kelly Los Angeles

  4. ColleenKellyRiderBiomechanics
    Member
    Posted 10 months ago #

    Oh boy these brainy people don't make it easy for us people that are struggling. I've just looked at all the style.css articles and they're SO COMPLICATED. Is it really this hard? H E L P!

Reply

You must log in to post.

About this Topic