New Landing How can we help? Atelier input text in footer newsletter sign up

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Atelier
  • #254001
    NikkiSt
    Member
    Post count: 240

    Hi guys

    I need my input text in the newsletter sign up in the footer menu to be white as the footer background is black. But at the same time I need the input text in my other newsletter sign ups to remain black as they are on a white background. Are you able to help?

    Thanks!

    #254032
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page urls with issue to check and resolve the issue.
    Thanks
    Mohammad

    #254082
    NikkiSt
    Member
    Post count: 240

    Hi

    Ok so in the footer menu, run of site – http://nativeinteriors.com/, the newsletter sign up text I need to be white as it’s on a black background but then the rest of the contact forms http://nativeinteriors.com/contact-us/ I need the text input to be black, which they currently are – so I don’t need to change this, as it’s on a white background. See screenshots attached.I just need to change text input for footer sign up.

    Hope this makes sense.

    Attachments:
    You must be logged in to view attached files.
    #254085
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Showing for me: http://d.pr/i/10Bt2/3Q1QFRNf

    – Kyle

    #254086
    NikkiSt
    Member
    Post count: 240

    Also just noticed the text on the cart page http://nativeinteriors.com/cart/ e.g. when you add an coupon code is white, am I able to change this to black?

    #254088
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .textwidget .wpcf7-form input[type="text"], .textwidget .wpcf7-form input[type="email"]{
        color: #fff !important;
    }
    

    Thanks
    Mohammad

    #254089
    NikkiSt
    Member
    Post count: 240

    Hi Kyle,

    It’s when you actually input your email address that it comes up black.

    #254092
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also.

    .woocommerce .coupon input.input-text, .woocommerce-cart table.cart td.actions .coupon .input-text {
       color: #000 !important;
    }

    Thanks
    Mohammad

    #254095
    NikkiSt
    Member
    Post count: 240

    Thanks Mohammad, works perfectly for newsletter sign up. But on cart page I need input text to be black, so can’t use same CSS code as they are different colors? Can I target the cart page specifically or vice versa the newsletter sign up ?

    #254098
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Try this code for woocommerce cart page.

    .woocommerce .coupon input.input-text, .woocommerce-cart table.cart td.actions .coupon .input-text {
       color: #000 !important;
    }

    Thanks
    Mohammad

    #254100
    NikkiSt
    Member
    Post count: 240

    Thanks Mohammad, just saw you added code for coupon ๐Ÿ™‚ works – thanks!
    now I’m having the same issue on checkout form http://nativeinteriors.com/checkout/ ๐Ÿ™

    #254103
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Use also this code:-

    .woocommerce form #customer_details .form-row textarea,.woocommerce form #customer_details .form-row input{
    color:#000 !important;
    }

    Thanks
    Mohammad

    #254105
    NikkiSt
    Member
    Post count: 240

    brilliant thank you!

    #254107
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #254108
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register