Home › Forums › Omega Child › link colour not showing
- This topic has 7 replies, 2 voices, and was last updated 10 years, 11 months ago by
joanna-chee.
-
AuthorPosts
-
April 27, 2015 at 7:24 am #3437
joanna-chee
ParticipantHi Han
I use Family theme and have set my link colour to #dd3333 in the CSS customiser options. The link colour does not show within my posts on any of my home/blog pages. It shows in the metadata, and also in the individual posts.
Can you help? My site is http://www.mumskidsjesus.com
Thank you!
Joanna
April 27, 2015 at 5:27 pm #3439han
KeymasterSeems you have solved it. Looks great 🙂
April 27, 2015 at 5:34 pm #3440joanna-chee
ParticipantThanks for the compliment 🙂
However, the problem is not solved! The byline links are the correct colour. But if you scroll down to the bottom of the first post you will see links that are not the correct colour (they are the same colour as the rest of the text). Any links within the actual post are the wrong colour.
I still need help! Thanks so much!April 27, 2015 at 5:36 pm #3441han
KeymasterTry this
.site-inner .entry-meta a, .site-inner .entry-content a, .site-inner .sidebar a, a { color: #D33; }April 27, 2015 at 6:19 pm #3442joanna-chee
ParticipantThank you so much. That works! Just one more question – what code do I add to that to make the visited link also #D33?
I love your theme and your support! They’re great.
April 28, 2015 at 2:58 pm #3452han
KeymasterSimply add a:visited selector
April 29, 2015 at 7:32 am #3458joanna-chee
ParticipantHi again!
I still can’t get my links right! Sorry! I know I now have conflicting code in my CSS customiser:
a:hover,
a:focus {
text-decoration: underline;
}
a:visited {
color: #dd3333;
}
.entry-title a:hover,
a:focus {
text-decoration: none;
}
a:visited {
color: #474747;
}
.site-title a,
.site-title a:hover,
a:focus {
text-decoration: none;
}.site-inner .entry-meta a, .site-inner .entry-content a, .site-inner .sidebar a, a {
color: #D33;
}a:visited {
color: #dd3333;
}What I want are links to be #dd3333, hover to be #dd3333 and underlined, visited to be #dd3333. But I don’t want any of these affects applied to site title or post/page titles. Can you sort my muddle of code out to achieve this? Sorry – I know I need to take a course in CSS – it is new to me.
THANK YOU SO MUCH
May 4, 2015 at 11:07 am #3487joanna-chee
ParticipantI got it sorted.
-
AuthorPosts
You must login to reply to this topic.
