Home Forums WoodMart support forum Need help in CSS with one plugin

Need help in CSS with one plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #369079

    thenightfox91
    Participant

    Hi there, thank you so much for all your support so far. I need one help with CSS . I have download this plugin :https://wordpress.org/plugins/easy-newsletter-signups/ for my website . Everything is working fine but i need to make some changes in CSS in the button . Look at the screenshoot link what i need – https://paste.pics/GPNXK
    Can you please help me to change the position of the button and also change the color of the button ” send ”
    This is my test page : https://www.cungu.com/newsletter-test-page/
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #369111

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .easy-newsletter .input-field {
        display: inline-block;
    }
    
    button#easy-newsletter-submit {
        background: #1e4894;
        color: white;
        border-radius: 25px;
    }

    Best Regards

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