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*

"Read More" Text on Homepage Buttons Too Dark

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48725

    Hi Zaheer,

    For to change the color over the buttons only go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    a.more-link {
        color: #666;
        border-color: #666;
    }

    Note: Change the above HEX color code #666 into your own HEX color code.

    Thank you!

    #49024
    Zaheer
    Participant

    Hello,

    Thank you for the reply. I pasted this as instructed and saved but it did not seem to work. Is there a certain place within the Custom CSS it should be placed? Any further guidance is much appreciated.

    Thanks again,
    Patrick

    #49193

    Hi Zaheer,

    Some CSS code may override the above code. Could you please try below CSS code.

    a.more-link {
        color: #666 !important;
    }

    Note: Change the above HEX color code #666 into your own HEX color code.

    Thank you!

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