Home Forums Themes Support Claue category on product detail page

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #41434

      Hi,

      I still have web vital troubles with “clickable elements to close” on the product detail page.

      The category links appear very close. Since there are breadcrumbs – I think they are not necessary anyway!

      Is it possible to get rid of these?

      Best regards

      R

       

    • #41436

      Hi,

      If you want remove breadcrumb, please add below code to Claue > Theme Option > General Layout > Custom CSS

      .bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41437

      Hey,

      No – I wanna remove the category links – see pic.

      thx

       

      Attachments:
      You must be logged in to view attached files.
    • #41439

      Please change code to

      .product_meta > span.posted_in {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41440

      perfect!

      thx

       

Viewing 4 reply threads

You must be logged in to reply to this topic.