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*

Links in lists have no visual clue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23670
    Tony
    Participant

    Hi… I have a brand-new site with no plug-ins etc (apart from Akismet), so it has not been modified in any way.

    I find that links in lists are not coloured as non-list items, so there is no visual clue that there is a link.

    Please see the front page here.

    Note that the linked text in the last line is coloured blue, indicating that it is a link.
    But each of the bulleted points above also have links in them, but there is no visual clue until you mouse over them.
    The HTML for the links in the bulleted lines and in the plain text is identical.

    Comments please.

    #23684

    Hi Tony,

    We have designed our theme this way. This links falls under color skin. If you like to add color under footer copyright then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-generator .copyright a {
      color: #05a9c5;
    }

    Thank you!

    #23688
    Tony
    Participant

    Thank you for replying.

    Your fix sets the colour of the copyright links – but that is not what I was after. Please re-read my original post. I want the links in the bulleted list to be visible.

    thanks, Tony

    #23706

    Oh sorry Tony

    Just add this css

    #content ul a, #content ol a {
      color: #05a9c5;
    }

    Hope this may help you

    Thank you!

    #23708
    Tony
    Participant

    That’s it! Thank you for your excellent support.
    Tony

    #23735

    You welcome Tony

    Thank you!

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