Some elements not appearing the same on Internet Explorer

This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler

  • Avatar: Wen Yen
    Wen Yen
    Participant
    March 20, 2020 at 07:46

    For example the ‘Sign in’, ‘Wishlist’ and ‘Cart’ icons are in black instead of white. The back to top icon is stretched (at the bottom)

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 20, 2020 at 08:23

    Hello,

    1) Theme Options > Header builder > My account / Cart / Wishlist > Style > Colors > select Custom and set White there.
    2) Please change this custom CSS code

    .back-top {
        right: unset;
        left: 15px;
    }

    to –

    .back-top {
        right: auto;
        left: 15px;
    }

    Regards

    Avatar: Wen Yen
    Wen Yen
    Participant
    March 21, 2020 at 13:18

    Thanks Rose, but now on the mobile version, the shopping cart icon at the top right is not visible.
    https://ibb.co/Cb1Dd7t

    I need a way to change it to black but not impacting the white version on the sticky header:
    https://ibb.co/rtT7Sb5

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 21, 2020 at 14:55

    Add the next custom CSS code in Global custom CSS:

    @media only screen and (max-width: 992px) { 
        .et_b_header-cart.et_element-top-level > a {
            color: #222;
        }
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.