teeru@wensolutions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Increasing Sidebar Size in Forever ThemeHello @cblackenburg
You have mentioned that you want to increase size of your sidebar to 300 px. But if you only increase the size of your sidebar than your sidebar will move down so you also need to increase the size of the page .
To do this at first you need to add the Custom CSS through the plugin.
You can find many plugin but Below link is the reference for one of the plugin.
Custom CSS
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
div#secondary { width: 300px; } div#page { width: 1015px; }
I hope this will resolve your issue.
Best regards!!
Forum: Themes and Templates
In reply to: [Rookie] How to disable mobile menuHello @piter92wzg
As you have mentioned above that you want to remove the original menu, the code i have provided is to remove the original menu from the small screen such as mobile device. But the menu will be seen in the PC view.
I hope you understand what i am trying to say .
Best Regards!!
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove header menu or spacing in headerHello @crawfurd
To remove the padding from the menu to remove the whitespace at first you need to add the custom CSS through the plugin.
You can find many plugin to add Custom CSS . Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
div#primary { padding-top: 12px; }
I hope this will resolve your issue.
Best regards!!
Forum: Themes and Templates
In reply to: [Rookie] How to disable mobile menuHello @piter92wzg
To disable the original menu at first you need to add the Custom CSS though the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
@media screen and (max-width: 767px) { .site-menu{ display: none !important; } }
Hope this will resolve your issue.
Best Regards!!
- This reply was modified 8 years, 5 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: [Argent] Footer- How to center social media icons and textHello @phoebechuaky
To place the code at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste above CSS .
I hope this will help you.
Best Regards!!
- This reply was modified 8 years, 5 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: [Poseidon] Image slider on Static HomepageHello @wlepera
I am very glad you are clear about the questions .
Please mark this thread as resolved cause it will be easy for other users with similar issue to find their solution if seen this thread marked as resolved.
Best Wishes!!
- This reply was modified 8 years, 5 months ago by teeru@wensolutions.
- This reply was modified 8 years, 5 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: [Independent Publisher] Centering all theme contentHello @motorambler
To center the title and content at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
Custom CSS
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.Here copy and paste below CSS
main#content { text-align: center; }
I hope this will resolve your issue
Best Regards!!
Forum: Themes and Templates
In reply to: [Argent] Footer- How to center social media icons and textHello @phoebechuaky
To center align social media icons and text to their respective headers, please use the below CSS.
div#widget-area-1 { text-align: center; } div#widget-area-2 { text-align: center; } div#widget-area-3 { text-align: center; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [Poseidon] Image slider on Static HomepageHello @wlepera
To add the image slider to the static home page you need to select .. Template for the page that you have select as front page. Refer below image for more detail.
Now you need to go to Admin Panel / Appearance / Customize / Theme Options / Post Slider and chose Show Slider on Magazine Homepage
I hope this will resolve your issue.
Best Regards!!
- This reply was modified 8 years, 5 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: [Dyad] Remove previous and next post links?Hello @troow
To remove the link in all post to previous and next posts at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS.
.nav-links { display: none; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [Customizr] How to Change Menu header background colorHello @deadparrotsoftware
To change the header background color at first you need to goto Admin Panel / Appearance / Customize / Advanced Options / Custom CSS.
Here copy and paste below CSS
header.tc-header { background-color: #e5808f; }
Hope this will resolve you issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [FreeStore] how to remove Posted in Uncategorized under the postHello @mrblues-1
I am very happy to hear that your issue has been resolved.
Please mark this thread as resolved cause it will be easy for other users with similar issue to find their solution if seen this thread marked as resolved.Best Wishes!!
Forum: Themes and Templates
In reply to: [FreeStore] how to remove Posted in Uncategorized under the postHello @mrblues-1
To remove the posted in uncategorized under the post from the site you have provided, please try the CSS which is given below.
footer.entry-footer { display: none; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [Llorix One Lite] Remove ‘Posted in’ and ‘Category’ Llorix ThemeHello @rookie59
To remove the posted in, categories button please try using CSS which is give below.
footer.entry-footer { display: none; }
I hope this will resolve your issues.
Best Regards!!
Forum: Themes and Templates
In reply to: [FreeStore] how to remove Posted in Uncategorized under the postHello @mrblues-1
Can you post your site URL so that we can resolve your issues.
Hope you understand.
Best Regards!!