Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] How to hide default content of themeHi There,
Please follow this tutorial to hide the default content of theme.
Please use the following steps to keep the banner image:
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
Forum: Themes and Templates
In reply to: [Pure & Simple] Center Page Title, Blog title, and underlineHi There,
Please try following css to fix your issue but if this is not helpful to you then please send us screenshots of your issue;
.site-tagline:before { width: 100%; }Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Testimonials PageHi There,
We are really sorry to inform you that you can use testimonials in the pro version with the help of html snippets which are available in theme package, so that why we haven’t kept the testimonial page in the free version demo but we have kept in the pro demo. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementYou can use the following css for it;
.page-id-14 #fr-content-area { display: none; }Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Anchoring from top menu and menu hover colorHi There,
Please use the following css to fix your issue;
ul.navmenu > li > a:hover { color: #663399 !important; } ul.navmenu > li > a { font-size: 15px; }NOTE: Please use the child theme style.css or custom css plugin 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: [Flat Responsive] Main Image ReplacementHi There,
We are little bit confused but we have provided below css if this is not helpful to you, then please send us your issue with screenshots;
.fr_widgets_cta { padding-top: 0px; }Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Center Page Title, Blog title, and underlineHi There,
Please use the following css to fix your issue;
h1.entry-title { text-align: center; } .type-page .entry-title::after { margin-left: 340px; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] changing the color of Site TitleHi There,
We are really sorry but to change the color is not available in free version, so please use the following css to change the color of site title;
#site-title a { color: #000; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementHi There,
We are really sorry about last reply, so please ignore it.
To keep the image in banner wide widget please follow the following steps:
Go to Dashboard=> Appearance=> Widget=> Banner Wide => 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.We hope this will be helpful to you, if not then please let us know.
Forum: Themes and Templates
In reply to: [Preferential Lite] Change colour behind menuHi There,
We are really sorry to inform you that to change the color from customize is only available in Premium version, so you can use the css to change the color which is given below;
#pref-navbox { background-color: #663399 !important; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Menu in mobileHi There,
We check the plugin in our theme and it works fine, so could you please check once and if you have live your site then you can mention the link of your site also. As well as you can concern to the plugin author about this issue. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to hide default content of themeHi There,
Please follow this tutorial to hide the default content of theme.
Please use the following steps to keep the banner image:
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
Forum: Themes and Templates
In reply to: [Flat Responsive] Main Image ReplacementHi There,
Page Banner widget is for other pages except the home page, for home page banner you need to use the Showcase Front Page Widget. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Menu in mobileHi There,
We are really sorry for the trouble we recently 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] Responsive Header imageHi There,
As it is background image it is responsive, due to the responsiveness the image has been compressed and if you remove the responsiveness then your image can be cut off in mobile and tablets. And we have kept the code like this to make it responsive;
.header-bg { background-size: 100% 100%; }And if you reduce or remove the code then you image looks like the attached image. We hope you understand.
http://prntscr.com/bgm6i0Thanks