Home Forums Themes Support Gecko How to remove "Clients" only in Portfolio section?

Viewing 1 reply thread
  • Author
    Posts
    • #31130

      Hi again,
      Would you please also let me know how to remove word “Clients” from Portfolio section, leaving “Categories” and “Tags”?
      Thank you!

    • #31136

      Hi Katy,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .jas-portfolio-single .portfolio-meta [class*="jas-col-"]:nth-child(2) {
      	display: none;
      }
      .jas-portfolio-single .portfolio-meta [class*="jas-col-"] {
      	flex-basis: 50%;
      max-width: 50%;
      }

      Btw, your support expired. Could you please renew your support at https://themeforest.net/item/gecko-powerful-ajax-woocommerce-theme/15863658 that will help us continue develop our theme.

      Thanks

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

Viewing 1 reply thread

You must be logged in to reply to this topic.