Pages
Home
About us
Contact us
Download
Wordpress Plugins
Wordpress Themes
Prestashop Help
Jobs in Jobslets.com
Tuesday, 19 May 2015
How to remove the ‘reviews’ tab so that only ‘product description’ appears
Just add this little line of code to your custom.css file:
.woocommerce .woocommerce-tabs ul.tabs {display:none !important}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Popular Articles
how to change woocommerce language?
WooCommerce comes localization ready out of the box – all that’s needed is your translation, if the plugin does not come bundled with one ...
How to Hide WooCommerce "Free" Price Label
A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommer...
How to add a contact form into my post content?
Open the settings page for Contact Form 7, and then open the contact form you want to add. Each contact form has its own tag (shortcode...
How to add cart and my account link in header of woocommerce?
Displays a link to the user account section. If the user is not logged in the link will display ‘Login / Register’ and take the use to the...
Add a border around the product description
Modify the border size (1px, 2px, etc), style (solid, dotted, dashed) and color (#xxxxxx) to suit your needs in custom.css: .woocommerce ...
How to Add feed links (instead of old RSS code in head)
This one is simple. If you’ve been building WordPress themes for a while, you’ll remember the days when you had to manually include code to...
How to Add and Remove Your Own Functions
If you would like to hook in your own functions, the process is quite simple. You first need to know a few pieces of information. For act...
How to Display Featured Post with Thumbnails Without Plugin in Homepage
On home page, we generally show a fixed number of recent posts with summary. Although, WordPress provides Sticky Posts functionality but n...
How to add Custom avatar in wordpress theme?
Most people commenting on blogs online have an avatar associated with them. If, however, they don’t and you don’t particularly like the Wor...
How to enable Featured image function in Wordpress theme?
The featured image function, as the codex explains, allows the author to choose a representative image for Posts, Pages or Custom Post Ty...
No comments:
Post a Comment