Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Header image resolutionHi There,
Could you please mention the link of your site, so that we could provide solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Duplicate Titles on Every pageHi There,
We hope you got the solution of your issue. If not, then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Duplicate Titles on Every pageHi There,
We hope you got the solution of your issue. If not, then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Change background in Pure & SimpleHi There,
Sorry for the late reply. If you need to change the background color with the help of customization, then we are really sorry for that because this feature is only available in premium version. So if you want to change the body background color, then please follow the following steps:
Go to Dashboard=> Appearance=> Customize=> Background Image=> Then remove the background image and update it. After that please use the following css:
body {
background-color: #44474c;
}
Note: Please use the custom css plugin or child theme to write the css.Thanks
Hi There,
Sorry for the late reply. Have you got the solution of your issue? If not then please let us know because we didn’t find any issue in your site.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Move mobile menu up to bottom of header photoHi There,
It seems that you have kept the background image, so this is happening in your site. To fix this issue please follow the following steps:
Go to Dashboard=> Appearance=> Widget=> Banner=> Then keep the Text widget inside the banner widget=> And keep the image like this inside the content<img src="Image url"/>then save it.Thanks
Hi there,
Please follow the following steps to fix your issue;
Go to Dashboard=> Appearance=> Customize=> Basic Setting=> And click in the Hide default content from theme=> Then save it.Thanks
Hi There,
Sorry for the late reply. If you need to change the background color with the help of customization, then we are really sorry for that because this feature is only available in premium version. So if you want to change the body background color, then please follow the following steps:
Go to Dashboard=> Appearance=> Customize=> Background Image=> Then remove the background image and update it. After that please use the following css:body { background-color: #44474c; }Note: Please use the custom css plugin or child theme to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Mobile menu to Full Screen Menu BugHi There,
Sorry for the late reply. Please use the following css to fix the issue:
@media screen and (max-width: 768px) { .primary-navigation ul.nav-menu{ display: none; } } @media screen and (max-width: 782px){ .primary-navigation ul.nav-menu{ display: none; } }Note: Please use the custom css plugin or child theme to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How do I change the banner image?Hi There,
Please use the following steps to fix your issue:
Go to Dashboard=> Appearance=> Widget=> Banner=> Then put the Text Widget inside the banner widget=> After that please use the image url inside the content but use the image url like this
<img src"Image url here"/>
Then save it.Thanks
Hi There,
We have fixed this issue in our latest version. So, please update your theme.
Note: Please make the backup of your site before you start updating.Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Update Added Ugly Ad to middle of from pageHi There,
It seems that you have fixed your issue. If you have any further issue, then please let us know.
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu location on desktop viewHi There,
Please use the new topic of your new issue. So, that we could provide solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Duplicate Titles on Every pageHi There,
Please use the following steps to fix your issue:
Go to Dashboard=> Appearance=> Editors=> Then you can see the Templates in right-sidebar and select Header(header.php)=> And please remove the following code which is mentioned below:
<title><?php wp_title( '|', true, 'right' ); ?></title>
Then click in the update file.Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Duplicate Titles on Every pageHi There,
Please use the following steps to fix your issue:
Go to Dashboard=> Appearance=> Editors=> Then you can see the Templates in right-sidebar and select Header(header.php)=> And please remove the following code which is mentioned below:
<title><?php wp_title( '|', true, 'right' ); ?></title>
Then click in the update file.Thanks