Styled Themes
Forum Replies Created
-
Hi RKM Shilpavidyalaya ,
Custom work doesn’t come on support system, so we recommend you to take help from a developer who is familiar with WordPress.
We hope you would understand the support barrier.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] How to remove Title in home page?Thanks AddWeb Solution Pvt. Ltd for your help, hope this will works for you @iram33z. Otherwise please do share your site URL so we can provide you appropriate solution.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Featured Image not centered on main pagesounds Great, Thanks for your cooperation and patience.
Forum: Themes and Templates
In reply to: [Pure & Simple] Reduce Space above page titlesPlease use this css to reduce the space inbetween header and post/page title.
.content-area #content { padding: 1rem 0 3rem; }Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Update Pro theme / customize mode not workingHi Mamba,
We had already come up to version 3.0.3, please updated to latest version and check if still you are facing the customizer issue.
We look forward for your response.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Reduce Space above page titlesHi there,
You can add this css on child theme or additional css section of customizer so your changes will not lost on theme update.
.header-bg .header-inner { padding: 1rem 0 2rem 0 !important; }Note: You can change the padding value as per your requirement.YOu can see here for padding property. http://www.w3schools.com/css/css_padding.asp
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Change Width of WidgetsHi everyone,
We are using bootstrap grid layout for content area [col-md-9] and sidebar[col-md-3]. If you want to change the width of sidebar, you need to find the specific template and customize there accordingly.
Let us suppose you want to decrease the size of sidebar on single page then you can do something like this:
<div class="container"> <div class="row"> <div class="col-md-10"> </div> <div class="col-md-2"> <?php get_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer(); ?>Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to style sub-menuHi there,
Please follow this example for making sub menu on lower case:
#primary-navigation ul.nav-menu li ul.sub-menu li a {
text-transform: inherit;
}You can see more about text transform here: https://css-tricks.com/almanac/properties/t/text-transform/
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Hide author from posts and post pagesSounds Perfect
Forum: Themes and Templates
In reply to: [Luminescence Lite] Featured Image not centered on main pageHi tbehrservices,
We had reviewed your site and found that you have not added those css we had provided you on last reply. Please add those css and let us know, so we can give you the other option.
Thanks
Hi RKM Shilpavidyalaya,
For this you need to customize header.php template to add more image on your right.
And please be sure you customize header.php template on child theme otherwise your changes will lost on theme update.Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] how to update without loosing content?Hi marco3253 ,
All the pages, post, category, tags won’t be changes while updating from another theme to flat responsive theme but you will loose all the existing customizer setting of previous theme.
If you are updating flat responsive theme then you will loose any custom changes you made on parent theme template but all the setting and page contains remains same.
We hope this clears your doubt.
Thanks
Forum: Themes and Templates
In reply to: [Corporate Portfolio] Can’t put text in billboard?Hi Jussi , thanks for your clear explanation.
The billboard section title is the title of the front page you had assigned from reading setting.
And the content below the title is page excerpt. This is what it looks on page excerptMeet <a href="http://demo.styledthemes.com/corporate-portfolio/">Corporate Portfolio</a>, a WordPress theme that doesn’t require a lot of fuss. Fully equipped with essential features you need, and none you don’t.Then you can go to dashboard -> appearance -> customize -> homepage -> Billboard section then add text and link.
Let us know if you have any question regarding to our Styled Themes. We will be happy to help you.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Featured Image not centered on main pageHi there,
Could you please add this css on child theme style.css or Additional css section of customizer. This will prevent your changes to lost on theme update.
.home .entry-header { text-align: center; }Let us know how it will goes.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to style sub-menuHi Vicki,
It seems you have got your solution. The way you are writing custom css should works. let us know if you have any problems with this.
Thanks