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

  • Author
  • #95401
     istophepc
    Participant

    I’d like to change the button color and button title created in VC masonry post grid api. I tried:
    .vc_btn3-container vc_btn3-left,
    .vc_btn3-container {
    display: none;
    }
    .vc_gitem-zone vc_gitem-zone-a vc_gitem-is-link,
    .vc_gitem-is-link {
    display: none !important;
    }

    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #00ccff;
    background-color: #00ccff;
    }

    and fooling around with php and js files.

    Nothing.

    Thanks

    #95583
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    button.vc_btn3 {
        background-color: red !important;
        color:#fff !important;
    }
    
    .wpb_wrapper .btn {
        background-color: red !important;
        color: #FFF !important;
    }
    

    REplace colors with yours.

    Cheers

    Radu

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

    Radu,

    button.vc_btn3 {
    background-color: #00cccc !important;
    color:#fff !important;
    }

    .wpb_wrapper .btn {
    background-color: #00cccc !important;
    color: #FFF !important;
    }
    pasted into “quick css”, and/or the child and parent css, does not work. Neither do other overide css snippets I’ve pasted into KLEO’s css fixes. WHY won’t css entered into the quick css or elsewhere overide? firebug shows the btn style as originating in js_composer.min. I can change the color in the firebug console only. And no, pasting into js_composer.min.css doesn’t work either. What am I missing here? Thanks

    #95709
     Radu
    Moderator

    Hi,

    On my side these works,

    Please provide me a screenshot with that button that you want to change bg 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
    #95827
     istophepc
    Participant

    Red buttons. As stated, I change the css as instructed, where instructed, also added to parent and child themes css and nothing…

    see attached

    Attachments:
    You must be logged in to view attached files.
    #96174
     Radu
    Moderator

    Hi,

    Please add this css

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

    Replace green 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 6 posts - 1 through 6 (of 6 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?