Home Forums Themes Support Claue A couple of things! :)

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #22746

      Hi Harry,

      01. The instagram widget opens in same window, therefore sending viewers off site.  Can you please help how to open instagram grid square in “new window”.

      02. How do i get rid of the underline from widget headers?

      Thank you!!

    • #22770

      Hi Dearbo,

      1. Please open file in wp-content/themes/claue/core/libraries/janstudio/widgets/instagram.php at line 73

      and change code from

      $output .= '<div class="item dib"><a href="' . esc_url( $link ) .'"><img width="150" height="150" src="' . esc_url( $image ) . '" alt="Instagram" /></a></div>';

      to

      $output .= '<div class="item dib"><a target="_blank" href="' . esc_url( $link ) .'"><img width="150" height="150" src="' . esc_url( $image ) . '" alt="Instagram" /></a></div>';

      2. Please add below code in Claue > Theme Option > General Layout > Custom CSs

      .widget h4.widget-title:after {display: none;}

      Best regards

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

    • #22796

      both perfect, thank you 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.