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.
miniCarl
Member
Posted 10 months ago #
add this to your style.css file
a[href]{
text-decoration: underline;
font-weight: bold;
color: red;
}
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
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!