Tagged: x
-
AuthorPosts
-
June 14, 2016 at 5:15 am #1041102
nickohornyParticipantIs there an option to make the background of a section a gradient when using cornerstone? I can’t see it, it is s aimple feature using VC, just want to make sure or understand how I can do it in cornerstone please. Thanks.
June 14, 2016 at 5:16 am #1041103
nickohornyParticipantThis reply has been marked as private.June 14, 2016 at 8:52 am #1041406
JoaoModeratorHi There,
You can add an ID to your section. Please see image attached. for example: ID: grandient (SEE IMG ATTACHED)
Than on Customizer > Appereance > Custom > CSS you can add the code:
#gradient { background: red; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */ background: linear-gradient(red, yellow); /* Standard syntax */ }**You also can use hexidecimal colors like #ffffff for example instead of red or yellow on the code.
Hope it helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041102 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
