• Resolved brycekelsey

    (@brycekelsey)


    I installed WC and started to ad products. However, the product titles are missing. It only shows the picture and the price in the shop page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter brycekelsey

    (@brycekelsey)

    Also the page title in Shop page shows the title of the first product on the list. If I change the order of the products it still shows the first item as the page title.

    weblizar_support

    (@weblizar_support)

    Hii,

    Firstly create a child theme using a plugin – https://ww.wp.xz.cn/plugins/orbisius-child-theme-creator/

    Copy and paste a woocommerce.php file from parent theme to the child theme and replace it with a code given in the below link and save the file –

    https://pastebin.com/qz56pE3L

    Now go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .product h2.woocommerce-loop-product__title {
        color: #515151;
    }
    .enigma_header_breadcrum_title h2.woo_title {
        color: #515151;
    }
    .enigma_blog_wrapper h1.page-title {
        color: #515151;
    }

    Thanks.

    Thread Starter brycekelsey

    (@brycekelsey)

    Thank you so much!!! Worked perfectly!!

    weblizar_support

    (@weblizar_support)

    Your most welcome,

    Let us know for further query.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Woocomerce’ is closed to new replies.