Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041102
    nickohorny
    Participant

    Is 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.

    #1041103
    nickohorny
    Participant
    This reply has been marked as private.
    #1041406
    Joao
    Moderator

    Hi 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

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