New Landing How can we help? Themeforest Theme Support Uplift Color coupon (button)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #293486
    Dare2Dream
    Member
    Post count: 43

    Hello,

    Please see the uploaded image. I would like to change the color of the input text of the coupon code “Kortingscode” – this is not readible enough…

    And also I woulde like to revert the colors of the “apply coupon” button. So totally blue normal and just the lines blue on mouse over. Is that possible?

    Thanks so much!

    Niels

    Attachments:
    You must be logged in to view attached files.
    #293568
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    input[name="apply_coupan"]{
    background-color: #fff !important;
    color: #78bdda !important;
    }
    input[name="apply_coupan"]:hover{
    background-color: #78bdda !important;
    color: #fff !important;
    }
    
    *::-moz-placeholder {
        color: #000 !important;
    }
    

    Thanks
    Mohammad

    #293571
    Dare2Dream
    Member
    Post count: 43

    Hi Mohgammed,

    This ons does not work…

    Sincerely. Niels

    #293577
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use also this code:-

    ::-webkit-input-placeholder {
       color: #000 !important;
    }
    
    :-moz-placeholder { /* Firefox 18- */
       color: #000 !important;
    }
    
    ::-moz-placeholder {  /* Firefox 19+ */
       color: #000 !important;
    }
    
    :-ms-input-placeholder {  
       color: #000 !important;  
    }

    Thanks
    Mohammad

    #293578
    Dare2Dream
    Member
    Post count: 43

    Yes, now I can change the text “kortingscode” but the apply button is still the same, could you see how I change that?

    Thanks!

    #293583
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its already change. Please check after clear the cache and check for it.
    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register