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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.