Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070372
    Moonworks
    Participant

    Is it possible to change the colour of the buttons when using the Visual Composer Post Masonry Grid element?

    It would be good if there was, and preferably to a custom colour that would fit in with the rest of the site.

    The salmonesque colour that comes as default doesn’t really fit in with my site – http://www.sylv.net

    #1070410
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        background-color: blue;
    }

    Change blue as per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.

    Thanks.

    #1070485
    Moonworks
    Participant

    Thank you.

    What would the code be for the hover?

    #1070538
    Rupok
    Member

    Hi there,

    You can try this for hover :

    .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
      background-color: #a6b790;
    }

    Let’s use different color code.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1070372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>