Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Removing references to non-existent resourcesHello bbbelleville,
Can you tell us for what access you are getting this issue with?
Thanks!
Forum: Themes and Templates
In reply to: [Flat Responsive] How to change paragraph width in full screenHello Julie,
Could you locate it on our demo theme or even within your website?
Thanks!
Forum: Themes and Templates
In reply to: [Pure & Simple] Underline BarHello christina,
Well you can add the following custom css;
.entry-title { display: inline-block; } .entry-title::after { width: 100%; }Thanks!
Forum: Themes and Templates
In reply to: [Luminescence Lite] FAQ Plugin(s) displaying behind footer textHi,
please add following css in customizer.
.page-id-94 #content-right {
height: auto!important;
}Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] FAQ Plugin(s) displaying behind footer textHi,
To solve above issue, add follwoing css code in additional css section in customizer.
.page page-id-94 #content-right { height: auto!important; }Forum: Themes and Templates
In reply to: [Luminescence Lite] Translate Luminescence LiteHi,
This is a default behavior. Those translation are done using the pot file we have generated for the theme. If you want to show exact word in polish please following plugin this will allow you add polish text.
https://wordpress.org/plugins/qtranslate-x/
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to create an accordionPlease email us atthis for premium support queries.
Thanks!
Forum: Themes and Templates
In reply to: [Pure & Simple] banner after bodyHello bbbelleville,
It can be done by changing the widget area positioning. In that case you need to hire a developer separately.However for css solution you can apply something like this but which may not be convinient;
@media screen and (min-width: 1024px){ .home #page-banner { position: absolute; top: 1135px; } .home #site-footer { position: absolute; top: 1769px; width: 100%; } }Note: Please change the top offset value that adjusts within your screen.
Thanks!
- This reply was modified 8 years, 4 months ago by Styled Themes.
Forum: Themes and Templates
In reply to: [Pure & Simple] How to create an accordionHello Vicki_B,
Accordion is the feature you can find in premium version of Pure Simple.
It is implemented from html snippets. You can check here Pure Simple ProYou can further email us about the queries regarding the premium theme.
Thanks!
Forum: Themes and Templates
In reply to: [Circumference Lite] Change Copyright YearGo to your footer.php file; find the section inside
<div class="copyright">;
Then you can replace<?php _e(date('Y')); ?>with something like<span> 2017 </span>or any date of your choice.Note: Be sure to use child theme for any modification.
Thanks!Forum: Themes and Templates
In reply to: [Pure & Simple] banner after bodyHello bbbelleville,
Is it that you want to place the banner just before the footer and after the content?
Best Regards,
BidurForum: Themes and Templates
In reply to: [Circumference Lite] Change Copyright YearHello msii45,
Yes the footer copyright notice shows the current date by default.
If you wish to change the date just go to your footer.php file and make changes.Note: Be sure you are familiar with the theme file/s and always use child theme if you are doing any modifications.
Thanks!
Forum: Reviews
In reply to: [Pure & Simple] Simply customizable and wonderful appereanceHuge thank you for using our theme!:)
it’s great to hear you find it easy to use and fits your needs.Forum: Themes and Templates
In reply to: [Pure & Simple] Main Menu FontHi,
You need to first add font control. while creating font control use this selector .primary-navigation . Then Go to customizer > Typography > Theme Typography then select the the form control you have created and assign any font you would like.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Moving the call to action widget into the footerHello Paola,
Possibly what you can do is;
1. Go to Dashboard>>Appearance>>Widgets
2. Go inside Call To Action Widget Area
3. Simply Drag and drop the widgets inside it towards the Footer Widget Area and then you’re done.Let us know.
Thanks!