Sweta Shrestha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hiero] Icons doesn't showForum: Themes and Templates
In reply to: Hiding Site Title While Still Keeping TaglineHi hayleehula,
I just checked your website and it looks fine, i am glad you follwed my advise and created child theme if you have used this code:
<h2 class="site-description">Just a girl documenting her journey as she creates her Neverland.</h2>
for tagline use the following code as above code will display static string:
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
Regards,
SwetaForum: Themes and Templates
In reply to: [Hiero] Icons doesn't showForum: Themes and Templates
In reply to: Hiding Site Title While Still Keeping TaglineHi @hayleehula,
It is not recommended to change core files, using plugins and child theme is the proper way.
Regards,
Sweta.Forum: Themes and Templates
In reply to: Hiding Site Title While Still Keeping TaglineHello @hayleehula,
To hide site title you need add download Jetpack’s Custom Css plugin here is the link: https://jetpack.com/support/custom-css/plugin or Catch Web tools plugin here is the link: https://www.ads-software.com/plugins/catch-web-tools/installation/ and add following code in Appearance =>Customize => Custom Css
.site-title { display: none; }
To add tagline above menu you need to make child theme.
Here is the link to make child theme https://codex.www.ads-software.com/Child_ThemesRegards,
Sweta.Forum: Themes and Templates
In reply to: [Adventurous] to modify title and alt from htmlHi @leojean,
If you have used Post Slider and Category Slider the “title” and “alt” changes automatically to post title.
Regards,
Sweta.Forum: Themes and Templates
In reply to: [Adventurous] change fontHi leojean,
You can change font using Custom Css.
Please mention the font name and i will help you.Regards,
Sweta.Forum: Themes and Templates
In reply to: [Catch Adaptive] Featured post sliderHi @kgagne,
I think you have gone through theme instruction of Catch Adaptive Pro theme, we have only two options ie (“Featured Page Slider” and “Demo Featured Slider) for Catch Adaptive Free. If you need Featured Post Slider you need to upgrade to Pro Theme.
Here is links for instructions for Catch Adaptive Free https://catchthemes.com/theme-instructions/catch-adaptive/
For future queries please go to the official support forum. Here is the link for it: https://catchthemes.com/support-forum/. Here you can get quick answer to your queries.
Regards,
SwetaForum: Themes and Templates
In reply to: [Olsen Light] Mobile mode errorHi @kimo50asa,
Thanks ??
Forum: Themes and Templates
In reply to: [Olsen Light] Mobile mode errorHi @kimo50asa,
The issues is because of google ads in text widget that is, one under google ads in sidebar and other below instagram widget in footer.
Either remove them or make theme responsive.
Regards,
Sweta.Forum: Themes and Templates
In reply to: [Olsen Light] Mobile mode errorHello @kimo50asa,
Edit : I just found the issue, give me some time i am working on it.
Thanks.
When i tried to open the website with my Android phone using Google Chorme and Firefox the content appears fine.
Which phone are you using?
Can you provide me srceenshot?Regards,
Sweta.Hi @shahon,
You cannot change the footer copyright text, you can only hide it.
If you want to hide the footer copyright text of the theme. You can go to Appearance => Customize => Design Option => Custom CSS, in Custom Css you can following css to delete the footer copyright text.
.copy-right { display: none; }
Regards,
Sweta.