link colour not showing

Home Forums Omega Child link colour not showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3437
    joanna-chee
    Participant

    Hi 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

    #3439
    han
    Keymaster

    Seems you have solved it. Looks great 🙂

    #3440
    joanna-chee
    Participant

    Thanks 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!

    #3441
    han
    Keymaster

    Try this

    .site-inner .entry-meta a, .site-inner .entry-content a, .site-inner .sidebar a, a {
        color: #D33;
    }
    #3442
    joanna-chee
    Participant

    Thank 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.

    #3452
    han
    Keymaster

    Simply add a:visited selector

    #3458
    joanna-chee
    Participant

    Hi 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

    #3487
    joanna-chee
    Participant

    I got it sorted.

Viewing 8 posts - 1 through 8 (of 8 total)

You must login to reply to this topic.