This topic has 3 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #212793
     dcvlad
    Participant

    I changed the style, but can’t find a way to get or off that red color for all the buttons that say “read more” under the blog posts.

    i need to change that red for a gold color and i am very frustrated. I have done this before and i know is simple, but i have look and look and look for hours now.

    Please help!

    #212795
     Kieran_SQ
    Moderator

    Hi,

    Please use the below custom CSS in your KLEO Child theme’s style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’

    COPY CODE
    .vc_btn3.vc_btn3-color-juicy-pink {
        background-color: white !important;
        color: black !important;
    }

    Adjust the values to suit your needs, save and clear your WordPress cache, server cache any CDN and your browsers cache (Ctrl+F5) to see your changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #212916
     dcvlad
    Participant

    If i want the background #c79d2d and the letters white…then is?

    .vc_btn3.vc_btn3-color-juicy-pink {
    background-color: #c79d2d !important;
    color: white !important;
    }

    #212927
     Kieran_SQ
    Moderator

    Hi,

    You can use white or #ffffff in CSS to denote white. If you wished to change it to a hexadecimal value it would be as below

    COPY CODE
    .vc_btn3.vc_btn3-color-juicy-pink {
    background-color: #c79d2d !important;
    color: #ffffff !important;
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?