Fix CSS of Newsletter Subscribe Button

Home Forums Gillion Theme Fix CSS of Newsletter Subscribe Button

Home Forums Gillion Theme Fix CSS of Newsletter Subscribe Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • vinayak1026
    Participant

    site: digest.myhq.in

    The CSS of the Subscribe to Newsletter button is wrong. How can that be fixed?

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

    Hi Vinayak,

     

    Thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .widget-item .mc4wp-form input[type=submit] {
        line-height: 30px;
        bottom: 15px;
        right: 0;
        margin: 0 !important;
    }
    
    .widget-item .mc4wp-form input[type=submit]:hover {
        color: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

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