Color Menu icon. - by Nira - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Robert Hall

  • Avatar: Nira
    Nira
    Participant
    January 10, 2016 at 15:44

    Is it possible to make the mobine menu icon blue #0080ff.
    Like http://postimg.org/image/d8nummpun/.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Nira
    Nira
    Participant
    January 10, 2016 at 22:59

    Is it possible to remove the PRODUCT DESCRIPTION text with horizontal line and arrows ( for next and previous product) at the singel product page? (on the right of the image)
    How do i remove the the SKU and catagory text.
    And how to change the font size and color of the price, visible in singel product page?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 11, 2016 at 10:52

    Hello,

    Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu-icon:before {
       color: #0080ff;
    }
    .product-navigation, .product_meta {
      display: none;
    }
    .product-information .price {
        font-size: 20px;
        color: #0080ff;
    }

    Regards,
    Eva Kemp.

    Avatar: Nira
    Nira
    Participant
    January 11, 2016 at 12:19

    Thanks again.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 11, 2016 at 14:51

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Color Menu icon.’' has been successfully resolved, and the topic is now closed for further responses

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