Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] how can I reduce space between h4 and h5?HI There,
Please use the following css to fix your issue:
.textwidget h5 { margin-top: 10px; }NOTE:Please use the custom css plugin or child theme to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Extend length of line under Site TitleHi There,
Please use the following css to fix your issue:
.site-tagline:before { width: 100%; }NOTE: Please use the custom css plugin or child theme to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Featured Top Widget background colorHi There,
If you are using the pro theme, then please follow this link to keep your support queries. This support forum is for free theme. We hope you understand.
NOTE: Firstly please login with you login details which you have made during the purchase, then only you can follow the link which is given above.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Crashed after updateHi 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.And regarding the scroll could you please explain more about your issue because we visit your site and site scroll works fine here. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] social media icons in the headerHi There,
We didn’t get your reply since one week, we hope you got the solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] page builder how toHi there,
Sorry to say that we don’t have page builder feature in our theme. You need to take help from plugin. You can see this plugin Page builder plugin
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Customize page sidebar widget areaHi there,
To decrease width of right and left sidebar add this css on child theme style.css
.col-md-4.right_sidebar { width: 289px; }To decrease spacing you can use following css
.widget {
padding: 0.5rem 0rem -2rem 0rem;
}Note: PLease add this css on child theme style.css file so your changes will not lost on theme update.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Custom-Header in child theme not workingHi furious373,
Here is the possibility of what is making trouble:
->You need to put custom-header.php file inside
inc
folder
->Smart slider may provide shorcode which you can place on banner wide widget position. Here you need to use text content area to add shortcode.
Let us know how it goes.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Removing Default Content from New PagesHi there,
You can use is_front_page() conditional tags to show only on home page. Be sure you have used child theme to customize parent templates.@SEE for referenceis_front_page
Note: Please use child theme to customize parent templates so your changes will not lost on theme update.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Download Now Button HyperlinkHi There,
You can simply keep your subscribe link in the button like this:
<a href="LINK HERE" class="btn"/>subscribe</a>We hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Font style changed after changing Menu colorHi there,
You needn’t have to made copy of parent style.css. You need to follow this guideline to create child themeHow to create child theme
There is no any problem in css you have added , so check by making child theme as per the wordpress.org standared.
Let us know how it goes.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Remove content background colourHi @3hitsuji ,
Its been long days we are unable to hear form your side.Hope you have found a solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Change top blue colorHi there,
It seems you want to change background color of navigation menu. If so then add this css:
#pref-navbox {
background-color: #38556D !important;
}
If this doesnot match your issue, please explain your issue on detail so we can provide you appropirate solution.Note: Please use child theme to add this css, otherwise your changes will lost on theme update.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] How to activate widgets?Hi jamiedanno,
For this we refer you to use jetpack widget visibility plugin by jetpack so you can show specific widgets on specific pages
@see for reference:
How to use jetpack widget visibility@see This topic is also discussed on this forum, you can check this for reference
Discussed on this forumThanks
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Call to Action on Home Page onlyHi there,
You can follow this steps:
Go to Dashboard->widgets-> Call to action->Go to widgets inside call to action widgets position-> Visibility->
Then you need to assign conditions like this:
Show if-> select page->”is”-> front pageHope this works for you.