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*

Link color in bulleted lists

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11035
    LMKWeb
    Participant

    For some reason, I can’t get the link colors to display in bulleted lists. My attempts to adjust the CSS have failed, there’s another class overriding the link colors. We are using a child theme with Pro 1.4, but the link colors were specified in the theme options. Here is a link to the site displaying the issue: http://www.loftridge.com/hoa/governing-documents/

    #11126

    Hi LMKweb,

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

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

    Note: Change the above Hex color code 05A9C5 to your own color code to change the lists color.

    Thank you!

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