Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu position below Title/Logo areaHi There,
Do you want to remove the logo? if yes then please send us your site link, so that we could provide solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementHi There,
Firstly hide the default content from theme.
Please follow the following steps to fix your issue;
Go to Dashboard=> Appearance=> Customize=> Basic Setting=> Default Content Setting=> And click in the Hide default content from theme=> And save it.After that you can follow this documentation to fix your issue. WE hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Social icons not appearing in FireFox on MacHi There,
We visit our demo site using Firefox on a Mac but we couldn’t find any issue, so could you please tell us that which version of Firefox are you using as well as what the screen size of Mac and version of ISO also. We have attached the screenshots also, so you can check it. We hope you understand.
Forum: Themes and Templates
In reply to: [Pure & Simple] Change header logo per pageHi There,
Sure, we look forward to your respond and you can follow this link for the how to make child theme.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] Menu/Link Fonts & Menu iconHi There,
We are really sorry to inform you that we found the bug in our theme, so we will fix this issue asap in our next update. We hope you can understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Change header logo per pageHI there,
You can find the file inside partials -> logo-group.php.
That will be really great if you use child theme. best practice to customize the core file.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Adjust post tag informationHi There,
Please use the following css to fix your issue:
.entry-meta { display: none; }NOTE: Please use the custom css plugin or child theme style.css to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image still not responsiveHi There,
Please use the following css to fix your issue:
#fr-banner { min-height: auto; }NOTE: Please use the custom css plugin or child theme style.css to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] Menu/Link Fonts & Menu iconHi There,
Please use the following css to fix your issue:
.navmenu > ul > li > a, ul.navmenu > li > a { font-size: 1rem; }NOTE: Please use the custom css plugin or child theme style.css to write the css.
And regarding your second issue, We visit your site in mobile and tablet but we didn’t find the issue, so could you please explain your issue with screenshots. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image still not responsiveHI There,
Firstly please remove the image which you have kept in header then Please follow the following steps to fix your issue:
Go to Dashboard => Appearance => Widget => Banner Wide => Then keep the text widget inside the banner wide widget and keep your image like below then save it.
<img src="IMAGE URL"/>We hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Change header logo per pageHi There,
We are really sorry to inform you that this feature is not available, so you need to edit some theme core file. We hope you can understand.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] Menu/Link Fonts & Menu iconHi There,
Could you please mention the link of your site. So, that it will be easy to both of us to find the solution asap. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Is the following part of your theme code?Hi stbedesantafe,
Thank you for contacting StyledThemes Support. The script you are getting is not coming from our theme, it might be rendering from external source, may plugin. So we request you to check by deactivating plugins.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image still not responsiveHi There,
Could you please mention the link of your site, so that we could provide solution asap. We hope you can understand.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] How to move Post Navigation below CommetHi there,
fitst you need to find your layout that you are using currently then you need to place this following code after the comments_template() function.
`<nav class=”nav-single”>
<h5 class=”assistive-text”><?php _e( ‘Post navigation’, ‘encounters-lite’ ); ?></h5>
<?php previous_post_link(_x(‘Previous Post: %link’,’Previous Post Navigation’, ‘encounters-lite’),’ %title’); ?><br />
<?php next_post_link(_x(‘Next Post: %link’,’Next Post Navigation’,’encounters-lite’),’ %title’); ?>
</nav><!– .nav-single –>`Let’s say you are using blog-right then you need to customize blog-right.php template .
Note: Please proceed this steps if you are technically sound oN wordpress, otherwise you will face some fatal error.
And also please child theme to customize the parent template.
Thanks