Home Forums Themes Support Claue Problem with search field and how to hide section in portfolio detail page?

Viewing 3 reply threads
  • Author
    Posts
    • #13062

      Hello,

      I have questions..

      1. how can i hide section “Categories”, “Clients” and “Tags” from PORTFOLIOs detail page? Picture: https://ibb.co/hnKQkw

      2. users on MAC (Safari?) has problem with search section in sidebar with some border in search area, picture: https://ibb.co/bCnQ2b .

      What can i do?

      Page is in maintenance mode.

      thanks.

    • #13080

      Hi,

      You fix these issue by add custom css in Claue > Theme Option > General Layout > Custom CSS

      .portfolio-meta { display: none;}
      .widget .woocommerce-product-search,
      .widget .search-form {
      display: inline-block;
      }

      input[type=”search”] {
      -webkit-appearance: textfield;
      border: none;
      height: 40px;
      line-height: 36px;
      border-radius: 40px;
      padding: 0;
      margin-left: 15px;
      }

      Best regards

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

    • #13088

      thx! ur awesome, 5* 😀 many thanks!

    • #13096

      You’re welcome.

      Hope you like our theme and consider give our theme good review and 5 stars rating at https://themeforest.net/downloads

      Thanks and have a nice day!

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

Viewing 3 reply threads

You must be logged in to reply to this topic.