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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48701
    Zaheer
    Participant

    Hello,

    I changed the color of the “Content” option under “Font Color Options” in the Theme Options to a darker gray color. This has affected the text on the blue rectangular Read More buttons on the home page as well. However, the color change was not that drastic (it was already a pretty dark gray) so I’m not sure why things look so off now. Did I do something wrong? Is there a way to change the text color over the buttons only?

    Here is our site, you’ll see what I mean: http://aisww.com/

    We’re on WP 4.5.4 and the theme is Ultimate Pro version 1.0.2

    Thanks in advance!
    -Patrick

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