Mobile Options - by andrew.d.harris1 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow

  • Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 12, 2016 at 18:57

    How can I get the mobile version of my site to display the icons so I can see them. Also, the logo seems to run into the icons. How can I fix that? http://imgur.com/pgMReAh

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 13, 2016 at 13:05

    Hello,

    You have changed the color of top bar and it caused your issue for mobile version. Add the following code in custom CSS:

    @media only screen and (max-width: 992px) {    
    .header-wrapper.header-center2 .shopping-cart-widget {
        color: #1a1a1a;
      }
      .header-wrapper.header-center2 .shopping-cart-widget .cart-bag {
        border-color: #1a1a1a;
      }
      .header-wrapper.header-center2 .shopping-cart-widget .cart-bag:before {
        border-color: #1a1a1a;
      }
      .header-wrapper.header-center2 .shopping-cart-widget .badge-number {
        color: #1a1a1a;
      }
      .header-wrapper.header-center2 .navbar-header .et-wishlist-widget a {
        color: #1a1a1a;
      }
      .header-wrapper.header-center2 .navbar-toggle .icon-bar {
        background: #1a1a1a;
      }
    .header-color-white .navbar-header .shopping-container.ico-design-1.ico-bg-no .badge-number {
        color: #1a1a1a !important;
    }
    }

    Regards

    Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 14, 2016 at 02:27

    Thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 14, 2016 at 17:15

    You are welcome!

    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.