Home Forums WoodMart support forum Need CSS

Need CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236613

    YesimBozoklu
    Participant

    Hello,

    I d like to change the GO TO TOP Button color and Submit button for Contact Sheet.

    The color for GO TO TOP (#92017c)
    Submit Button (#017c92)

    Thanks for your help.

    #236656

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .scrollToTop {
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 5px #92017c;
        color: #92017c;
    }
    body .nf-form-content button, 
    body .nf-form-content input[type=button], 
    body .nf-form-content input[type=submit] {
        background: #017c92;
        color: #f7f7f7;
        transition: none
    }

    Best Regards

    #236810

    YesimBozoklu
    Participant

    Thank you so much!

    #236818

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Need CSS’ is closed to new replies.