This topic has 2 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #81780
     mikelarose
    Participant

    I am struggling to find a button color adjustment.

    I have changed in the Theme Options > Styling > Main > Highlight color and Highlight background but the button color stays the same.

    Attachments:
    You must be logged in to view attached files.
    #81783
     mikelarose
    Participant

    Edit: The default button color for Read more is the Juicy red color. I edited the app.min.css to add the green.

    #82069
     Radu
    Moderator

    Hi,

    Is not recommended to modify theme core files because on the next update your changes will disappear.

    The best practice is to use child theme and the css adjustments to be made in kleo-child/style.css

    To overwrite the color of the read more button use this code in kleo-child/style.css

    COPY CODE
    
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color:green !important; }
    

    Replace green with your desired color

    For the submit now button use this css

    COPY CODE
    
    button.button.submit-button { background-color: red !important; }
    

    Replace red with your desired color.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?