Home › Forums › Themes Support › Claue › Header Text Help
- This topic has 7 replies, 2 voices, and was last updated 6 years, 3 months ago by Rahim.
-
AuthorPosts
-
-
October 9, 2018 at 2:56 pm #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 -
October 9, 2018 at 4:21 pm #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 -
October 9, 2018 at 4:33 pm #25596
-
October 9, 2018 at 4:35 pm #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 -
October 9, 2018 at 5:37 pm #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 -
October 9, 2018 at 6:08 pm #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 -
October 9, 2018 at 6:27 pm #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 -
October 9, 2018 at 6:30 pm #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
-
-
AuthorPosts
You must be logged in to reply to this topic.