Tagged: x
-
AuthorPosts
-
July 3, 2016 at 9:14 am #1070372
MoonworksParticipantIs 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
July 3, 2016 at 10:12 am #1070410
ChristianModeratorHey 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
blueas per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.Thanks.
July 3, 2016 at 11:42 am #1070485
MoonworksParticipantThank you.
What would the code be for the hover?
July 3, 2016 at 12:37 pm #1070538
RupokMemberHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
