Home Forums Themes Support Claue Header Text Help

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #25583

      Hi Harry,

      Is there any chance to make the header texts to the comment in the theme panel?

      Right now, I have to delete the text or use css to hide it.

      I tried ” /* */ ” in the text at the theme panel but not worked.

      Any help?

      Regards

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25590

      Hi Rahim,

      The text in header is HTML so you can’t use CSS to comment.

      You have to use HTML comment

      <!-- <span>Your text</span> -->

      Regards

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

    • #25596

      Hi Harry,

      I did the code.

      Check the final results on my site : Look.ir

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25597

      <!-- <span><a href="https://look.ir/jobs/apply" target="_blank" style="color: #000000 !important">فـرصـت هـای شـغـلـی </a> <a href="https://look.ir/jobs/apply" target="_blank" style="color: #DC143C !important">هـمـیـن حـالا اقـدام کـنـیـد</a></span> -->

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25609

      Hi Rahim,

      Please try this

      <!--<a href="https://look.ir/jobs/apply" target="_blank" style="color: #000000 !important">فـرصـت هـای شـغـلـی </a>-->
      <!--<a href="https://look.ir/jobs/apply" target="_blank" style="color: #DC143C !important">هـمـیـن حـالا اقـدام کـنـیـد</a>-->

      If it doesn’t work you have to delete the text can’t use comment to hide.

      Regards

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

    • #25617

      Harry,

      As I have some Persian sentences on my header text, I think hiding the element via css is much easier for me to hide it via making the html to comment.

      Is this the right code for hiding that?

      div.header__top.bgbl.pt__10.pb__10.pl__15.pr__15.fs__12 {
      display: none;
      }

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #25619

      Hi Rahim,

      Just need

      div.header__top.bgbl {
      display: none;
      }

      Regards

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

    • #25620

      Harry,

      I think it’s not a bad idea to make some check boxes for every header text ( center, right and left ) to make them available or not.

      In some cases like mine that I have some elements in one header text making them comment is hard.

      And using css is somehow advanced.

      Check boxes for every header text will help all users.

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

Viewing 7 reply threads

You must be logged in to reply to this topic.