MENU and PRODUCT PAGE - by lulamii - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall

  • Avatar: lulamii
    lulamii
    Participant
    February 24, 2016 at 15:11

    Hi 8Theme,
    I’m using header number 14 – left,white panel.
    Is it possible to display text center, not left?
    if it is, could You write me a code?

    and

    how can i remove description name on product page?
    (look on photo)

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    February 24, 2016 at 15:31

    Hello,

    Please try to add this code in Theme Options > Custom CSS > Global Custom CSS.

    .menu > li > a {
        float: initial;
    }
    .product-navigation {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: lulamii
    lulamii
    Participant
    February 24, 2016 at 18:43

    .product-navigation {
    display: none;
    }

    works good! but is it possible to remove name of description?
    (look on the photo)

    .menu > li > a {
    float: initial;
    }
    this code, doesn’t work.
    Do you have another one?

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Participant
    February 24, 2016 at 19:13

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: lulamii
    lulamii
    Participant
    February 24, 2016 at 19:19

    Thank You

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Participant
    February 24, 2016 at 19:24

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    .menu > li a {
        text-align: center;
    }
    .product-information .tabs .tab-content h2 {
        display: none;
    }
    

    Regards,
    Robert Hall.

    Avatar: lulamii
    lulamii
    Participant
    February 24, 2016 at 19:25

    wow, wow, wow!!!
    THANK U !!!

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 24, 2016 at 20:04

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘MENU and PRODUCT PAGE’' 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.