badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

List Link Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24512
    Matthew
    Participant

    The links in my lists are not being colored like there are in normal text (see http://www.pfcounselling.org.uk/temp1223/)

    I’ve added the CSS code I found on the Forum, namely:

    #content ul a,
    #content ol a {
    color: #8224E3;
    }

    But no joy. The links are still normal text color.
    Can you help?

    #24546

    Hi Matthew,

    To change the link color of lists Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #content ul,
    #content ol,
    #content ul a,
    #content ol a {
    color: #8224E3;
    }

    Thank you!

    #24548
    Matthew
    Participant

    Thanks for the reply.

    Interesting – that has the effect of giving the plain text in the list (and the list numbers) the color specified, while the links are still black! They change to the color when I hover over them, but I want it the other way round.

    Any ideas?

    #24630

    Hi Matthew,

    Sorry! It was override by content color so please use below CSS code:

    #content ul,
    #content ol,
    #content ul a,
    #content ol a {
        color: #8224E3 !important;
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.