Tagged: x
-
AuthorPosts
-
October 30, 2016 at 7:30 am #1236593
fatheaddrummerParticipantHi There,
Is it possible to give my cta a custom color? For the button AND the text?
Thanks a loT!
https://www.diamond-precision-studio.com/en/online-drumming-2/
Best, Christian
October 30, 2016 at 7:49 am #1236598
ChristianModeratorHey there,
Please add the code below in your page’s custom CSS
/* Button */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg { color: black; background: red; border: 1px solid red; } /* Headline */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header { color: blue; } /* Content */ .vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content { color: green; }Thanks.
October 30, 2016 at 8:42 am #1236616
fatheaddrummerParticipantThanks a lot!!
What exactly will this code do? Will this be applied to all cta’s on this page? And how can I set the color I want?
Thank you so much for helping me out!
Best, ChristianOctober 30, 2016 at 9:55 am #1236666
ChristianModeratorIt’ll change the color or your text and button and also your button’s background in that page.
Thanks.
October 31, 2016 at 9:25 am #1237873
fatheaddrummerParticipantThank you very much! It works well on the first page, but I tried to implement the same thing on another page: Now only the button color changes but not the text:
https://www.diamond-precision-studio.com/de/musik-aufnehmen-2/What can I do to implemet this code on different pages in the future?
Thank you so much for the awesome support!
Best, Christian
October 31, 2016 at 9:59 am #1237948
ChristianModeratorTry using
.vc_btn3 { background-color: red !important; border-color: red !important; color: black !important; } .vc_cta3-content-header h2 { color: blue !important } .vc_cta3-content { color: green !important; }Thanks.
October 31, 2016 at 11:38 am #1238091
fatheaddrummerParticipantThank you very much!
We’re getting close, but still some text remains green…
Any more advice? https://www.diamond-precision-studio.com/de/musik-aufnehmen-2/Thanks a lot!
Best, Christian
October 31, 2016 at 11:56 am #1238110
RupokMemberHi Christian,
Are you referring the h4 element? It would be better if you change the color from editor instead of applying CSS for this.
Thanks!
November 1, 2016 at 11:09 am #1239349
fatheaddrummerParticipantBut the h4 can’t be edited in any editor?! There’s just a single field for text?!
Thanks!
Best, Christian
November 1, 2016 at 12:11 pm #1239433
JoaoModeratorHi There,
Add the following code and adjust the color according to your wishes.
.vc_general.vc_cta3 h4 { color: red !important; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1236593 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
