I'd like to eliminate the filenames from the slideshows, when they are clicked from the homepage.
How do I enable the homepage slider?
How do I eliminate the "Home" link from the sidebar?
I'd like to eliminate the filenames from the slideshows, when they are clicked from the homepage.
How do I enable the homepage slider?
How do I eliminate the "Home" link from the sidebar?
Hey,
1) Open prettyPhoto.css located under habitat/js/prettyPhoto/css/
and replace following code:
div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}
wih:
div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999; display:none !important;}
2) Just add more featured images to your posts/pages (small plus symbol in the featured image section)
3) You can create your own menu under Appearance > Menu - you can include or exclude any page/category/post and external links in your menu
You must log in to post.