Table of Contents
How to hide Compare icon in search results in header
.re-search-result-compare{display:none}
you can place this in theme options – general options – custom css
How to disable “Sort by” filter panel in Repick theme
If you don’t like it, you can hide
.filter_home_pick{display:none}
You can place this in theme options – general options – custom css. You can also create custom page and custom filter panel with page builder
How to hide Price history on Products
Sometimes you may need to hide price history section in products, use next
#section-woo-ce-pricehistory, #tab-title-woo-ce-pricehistory{display:none}
You can place this in theme options – general options – custom css.
How to show Buttons in Columned Grid for Woocommerce
Button is visible in columned grid only on hover action. You can enable it without hovering with next code
.woo_column_item{ border: 1px solid #eee; background:#fff}
.woo_column_item .woo_column_btn {display: block;position: static;border: none;padding: 15px 0 0 0;box-shadow: none;animation: initial !important;}
You can place this in theme options – general options – custom css.
How to change color of Notice counter
By default, color is red, you can change on other colors
.re-compare-notice, .rh-icon-notice{background:green}
you can place this in theme options – general options – custom css
How to disable date in Post grid
Most of post modules show date of post publishing. You can disable it in theme option – global enable/disable. But some modules show date in special mode (… days ago). You can disable this date with next code
.date_for_grid{display:none}
you can place this in theme options – general options – custom css
How to disable User ratings on User Profiles
#rh-bp-profile-stats .rh-star-ajax{display:none}
you can place this in theme options – general options – custom css
How to hide Search on Mobiles
By default, mobile version of site will have search icon. You can disable it
.icon-search-onclick{display:none}
you can place this in theme options – general options – custom css
How to change Price tag color in Product grid
.woocommerce .products .product .price{color:green !Important}
you can place this in theme options – general options – custom css
How to change discount label color in Product Grid
.grid_onsale, .overlay_post_formats.sale_format{background-color:red}
you can place this in theme options – general options – custom css
How to disable Title limit in Deal/Coupon Grid module
.offer_grid h3{height:auto !important}
you can place this in theme options – general options – custom css
If you want to increase limit instead of deleting it, use code
.offer_grid h3{height:54px !important}
Articles
- Change color of progress bar
- Disable Buy for best Price block
- How to change logo position in mobile compact header
- How to disable Best deal notice
- How to disable Mobile floating panel with Buy Now Button and Price
- How to disable sorting by editor review in woocommerce shop
- How to hide breadcrumbs and categories on woocommerce product page
- How to remove ratings and category widget on store and brand pages
- Disable share icons on wishlist page
- How to add comments on pages
- How to change discount label color
- How to remove special filter tab in Repick
- Remove rating on store pages
- Disable sub categories in banner on shop categories
- How to make filter panel with white background
- Comparison, hot thumbs, wishlist buttons shortcodes
- How to change color of footer widget titles
- How to disable filter panel on brand and store pages
- How to center main menu
- How to disable horizontal mobile scroll for category pages
- How to hide sidebar on mobiles
- How to Remove some icons from Mobile header
- How to disable Menu Underline
- How to change Price font size in Deal grid
- Remove date and Comparison from Ajax search results
- How to hide Rated in category block
- Remove read review link from listing
- How to remove hovered Border line in menu
- Change icons in header
- Make all affiliate external buttons only for logged users
- Remove user rating in Buddypress Profile
- How to disable Text Underline in Footer links
- Remove Product is rated Block
- Change background for Compact Product layout
- How to delete “Back to menu” links from autocontents
- How to disable top wordpress bar
- How to change height of excerpt in Repick grid
- How to disable social share Icons on Image in Repick
- How to remove Manage your order link from user dropdown
- How to disable vendor blocks