mail chimp subscribe footer widget styling color change

Home Forums Gillion Theme mail chimp subscribe footer widget styling color change

Home Forums Gillion Theme mail chimp subscribe footer widget styling color change

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

    Tried to change the color of the widget using provided code below in the article but it doesnt work on gillion travel i guess…

     

    https://support.shufflehound.com/forums/topic/widget-button-colour-on-footer-section/

     

    Can you provide me a similar code?

    thanks!

     

     

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

    Hi @hakorel,

     

    I hope you are well today and thank you for your question.

     

    You can change 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

     

    #page-container .widget_mc4wp_form_widget input[type="email"] {
        border-color: #000;
        box-shadow: 0px 0px 2px 1px #9E9E9E;
        color: #000;
    }
    
    #page-container .widget-item .mc4wp-form input[type=submit] {
        background-color: #000;
        color: #fff;
    }

     

    Best regards,
    Shufflehound team

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