New Landing How can we help? Themeforest Theme Support Neighborhood problem controlling button appearance

Viewing 15 posts - 1 through 15 (of 15 total)
  • #60095
    latitude22n
    Member
    Post count: 102

    Hi – We have a subscribe button on the footer. It should look like the one on the Homepage. However, on the shop pages of woocommerce it changes it’s appearance? Why is that?

    I’ve already got the custom CSS:

    .button, button, input[type="submit"] {
        border: 0 none;
        border-radius: 0;
        display: inline-block;
        font-weight: normal;
        height: auto;
        padding: 10px 10px;
        margin: 0 20px 20px 0;
        outline: medium none;
        text-decoration: none;
        text-shadow: none;
    }

    http://www.latitude22n.com (currently behind a coming soon page

    #60228
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So the same button changes it’s appearance depending on what page it is on?

    – Kyle

    #60236
    latitude22n
    Member
    Post count: 102

    yes – strange right? i’m just using the very basic mailchimp embed code for the footer there.

    #60242
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you provide me with login details so that I can investigate the issue.

    – Kyle

    #61004
    latitude22n
    Member
    Post count: 102
    This reply has been marked as private.
    #61134
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It won’t let me log in, I get the white screen. This is likely caused by a plugin, please resolve the issue and let me know and I will look into the button issue for you.

    – Kyle

    #61137
    latitude22n
    Member
    Post count: 102
    This reply has been marked as private.
    #61156
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I know, I copied the password straight from your post. What I’m saying is something is causing the white screen, either a plugin or a function (if you are using a child theme) so when I log in it’s just a blank white screen. Please see: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/ for troubleshooting

    – Kyle

    #61162
    latitude22n
    Member
    Post count: 102
    This reply has been marked as private.
    #61170
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s getting overwritten by woocommerce styles, add !important on the end of your properties.

    – Kyle

    #61502
    latitude22n
    Member
    Post count: 102

    thanks – that works.

    #61512
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! ๐Ÿ™‚

    #99223
    MHC
    Member
    Post count: 247

    I have the same problem. My subscribe button looks ok on home page, but changes its appearance on other pages.

    Please see below the CSS I’m using:

    #mc-embedded-subscribe{
    width: 100%!important;
    margin-top: 8px!important;
    background-color: #695b24!important;
    color:#ffffff!important;
    line-height: 6px!important;
    }

    Thank you.

    #99224
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #99258
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove your code and use this new one code:-

    #mc-embedded-subscribe {
        background: none repeat scroll 0 0 #695b24 !important;
        border: medium none !important;
        box-shadow: none;
        color: #ffffff !important;
        line-height: 22px !important;
        margin-top: 8px !important;
        padding: 6px 10px;
        text-shadow: none !important;
        width: 100% !important;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    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 the following item
Login and Registration Log in · Register