Remove/add some home page features
-
I wanted to know if it’s possible to add a picture inside or underneath the main box content.
Also with the recent box icons- is it possible to remove the hover zoom so that nothing happens when you click on the image?
Lastly when I tried to remove the top slider from the home page, it seems the border from it has remained there and I don’t know how to remove it. http://petportra.com/
-
Hi,
Yes it is possible to add picture inside main box content with help of HTML tag
<img src="your image url" alt="" />For remove recent box icons hover zoom effect :
1) find and open front-page.php file in your theme folder.
2) Find recentpost in this file and remove rel=”home_group” class=”hover_zoom” from<a>tag in side recent-post class div.
3) For remove slider Find flexslider.css file in css folder of theme and open this file.
4) find .flexslider at line no 47 in this file and
remove this.flexslider { margin: 0; padding: 0; }add this
.flexslider { display: none; }.
Please let us know if you have any issue.
Best,
GunjanWhere is flexslider.css? The only file named flexslider I can find it flexslider-slider-config.php
Thanks 🙂
Hi,
flexslider.css file is placed under the wp-content/themes/bizstudio-lite/css/ folder.
Best,
GunjanHow do I edit that file? It seems like a read-only.
Sorry, completely new to WP xDHi,
change permission of file and edit file.
Please raise a ticket for support http://www.sketchthemes.com/helpdesk/index.php?act=tickets&code=open&step=2&department=2.Best,
GunjanThank you!!
One last thing, how do I remove the sidebar from the other pages?Hi,
Please Select Template “Full Width” for without sidebar page.
http://codex.wordpress.org/Page_Templates#Selecting_a_Page_TemplateBest,
GunjanThank you 🙂
Hello horcrrux,
You’re most welcome. We’re glad to have been of some thelp to you.
Best,
Gunjan
The topic ‘Remove/add some home page features’ is closed to new replies.
