Search results for change woocommerce sale color

297 articles found

  • Ocean Pro Demos Changelog

    Ocean Pro Demos Changelog: = 1.5.5 - SEP 08 2026 = Fixed: Potential vulnerability patched. Report by Wordfence from September 3, 2026. = 1.5.4 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. =

  • Force WooCommerce Widgets to Appear in Sidebar or Off-Canvas Filter

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Enable Breadcrumbs on a Single Product Page

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • WooCommerce Widgets Not Appearing in Sidebar or Off-Canvas Filter

    If your WooCommerce widgets are not displayed in sidebars or the Off-Canvas filter, then: 1 Go to your dashboard, WooCommerce > Status > Tools, and 2 Click the Update Database option. If the widgets

  • Ocean Woo Popup Changelog

    Ocean Woo Popup Extension Changelog: = 2.1.3 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. = 2.1.2 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.1.1 - MAY 19 2025 =

  • Ocean Modal Window Changelog

    Ocean Modal Window Changelog: = 2.3.5 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. = 2.3.4 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.3.3 - NOV 26 2025 = Added:

  • WooCommerce Optimizer: Site Booster Module

    The Ocean Site Booster's WooCommerce Optimizer module enables you to control and optimize some aspects of your WooCommerce plugin, for improved WP Dashboard customization, increased security and

  • How To Use Product Badges Manager

    Welcome to your Ocean eComm Treasure Box! The Product Badges Manager is a new feature, available as of Ocean eComm Treasure Box 1.2.0. And, as of Ocean eComm Treasure Box 1.4.0, besides textual

  • Alter WooCommerce Menu Cart Icon HTML

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • WooCommerce Quickview not working with WPML

    Quick view content is fetched using AJAX and when using WPML, by default the quick view doesn't work. In order to make it work, you need enable language cookie in WPML Settings. Go to WPML ->

  • Ocean Sticky Header Changelog

    Ocean Sticky Header Changelog: = 2.2.5 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. Improved: Customizer: Panels and options rendering logic for improved Customizer speed. = 2.2.4 - MAY 20

  • Custom Metaviewport Tag

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Hide WooCommerce Product "Add To Cart" Button

    body.woocommerce ul.products li.product .button { display: none; } All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.

  • Ocean Popup Login Changelog

    Ocean Popup Login Changelog: = 2.2.3 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. Improved: Customizer: Panels and options rendering logic for improved Customizer speed. = 2.2.2 - MAY 20 2026

  • Change Custom Logo URL

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Ocean Posts Slider Changelog

    Ocean Posts Slider Changelog: = 2.1.1 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. Improved: Image Resize: Logic to print error message inside the error log only when WP_DEBUG enabled.

  • Alter The Widths For The WooCommerce Product Media/Content

    /* Media Width */ .woocommerce div.product div.images { width: 36% !important; } /* Thumbnails Width */ .woocommerce div.product .product-thumbnails { width: 230px !important; } /* Content Width */ .w

  • Autoload Ocean Popup Login on WooCommerce Checkout Page

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Ocean Side Panel Changelog

    Ocean Side Panel Changelog: = 2.2.4 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. Improved: Customizer: Panels and options rendering logic for improved Customizer speed. = 2.2.3 - MAY 20 2026

  • Change The Continue Reading Text

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Ocean Portfolio Changelog

    Ocean Portfolio Extension Changelog: = 2.3.4 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. Improved: Customizer: Panels and options rendering logic for improved Customizer speed. = 2.3.3 - MAY

  • Ocean eComm Treasure Box Changelog

    Ocean eComm Treasure Box Changelog = 1.8.1 - SEP 08 2026 = Fixed: Modules: Product Comparison: Incorrect conditional logic caused the 'Compare' button to be displayed on single product pages even

  • Disable Zoom, Lightbox and Gallery Slider on WooCommerce Products

    To disable the Zoom, Lightbox and Gallery slider effect on Woocommerce Products, add the below code snippet to the functions.php file of the child theme -  function wc_remove_image_effect_support() {

  • Alter The WooCommerce Single Product Add To Cart Text

    function my_woocommerce_product_single_add_to_cart_text() { return 'YOUR CUSTOM TEXT'; } add_filter( 'woocommerce_product_single_add_to_cart_text', 'my_woocommerce_product_single_add_to_cart_text', 20

  • Make the Footer Widgets Full Width

    This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Change Header Replace Search Default Text

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Change The Page Title Design

    You can easily alter your main page header / title design via the WordPress Customizer. Simply log into WordPress and go to Appearance > Customize > Pages & Special Pages > Page Title, and choose the

  • Altering Layouts (No Sidebar, Left or Right Sidebar)

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • How To Switch to a Different Demo

    Since Ocean demos are not individual themes but pre-built layouts for the OceanWP theme, you can't "uninstall" demos in a traditional way (like you would do with a WordPress theme). If you have

  • Product Sharing - Customizer

    Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,

  • How to Add a Light or Dark color for the Side Navigation?

    In some sections, you may want to add a Light (white) or Dark (black) navigation, it is very simple to do, you just need to edit your page with your page builder and add the light or dark class in the

  • Why Use OceanWP?

    OceanWP Multi-Purpose Theme - For Websites With No Limits You have so much to give but your WordPress theme is standing between you and the realization of your ideas? Themes with limited features

  • If I Decide to Change the Demo, Do I Need to Purchase Another License?

    If you decide to change your demo (pre-built website layout) and choose a different one, you don't need to purchase another license. If your license is active (not expired), you can import a new demo

  • Ocean Social Sharing Changelog

    Ocean Social Sharing Changelog: = 2.2.4 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. = 2.2.3 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.2.2 - JUL 22 2025 = Fixed:

  • Woo Popup - Customizer

    Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,

  • Welcome to Ocean eComm Treasure Box

    Ocean eComm Treasure Box is a premium WordPress addon for WooCommerce by OceanWP. Ocean eComm Treasure Box puts you in control of all UI and UX aspects of your custom eCommerce store. You can create

  • How To Use Swatches Customizer Styling

    The Swatches Customizer Styling module is available to you as of v 1.1.0 of Ocean eComm Treasure Box addon for custom WooCommerce websites. If you have variable products in your online store, but not

  • Altering Header Style by Page

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • How To Reset Ocean Account Password

    If you want to reset the password for your Ocean account (on https://oceanwp.org), use the following link: Account Password Reset Link Note: This password reset link will only function for migrated

  • Ocean Instagram Changelog

    Ocean Instagram Changelog: = 1.2.5 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 1.2.4 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 1.2.3 - MAY 20 2024 =

  • Ocean Hooks Changelog

    Ocean Hooks Changelog: = 2.1.9 - SEP 08 2026 = Fixed: PHP Editor: JS Error: Uncaught TypeError: Cannot read properties of null (reading 'appendChild'): Preventing the PHP Editor to be added/displayed

  • Alter Blog Title Heading

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • OceanWP Theme and Ocean Extensions Changelogs

    Here you can find all the changelogs for the OceanWP theme and Ocean extensions. OceanWP Theme Changelog OceanWP theme Changelog Ocean Free Extensions Changelogs Ocean Custom Sidebar Ocean Demo

  • Add Social Share Buttons Under the Short Description

    /** * Add social share buttons under the short description */ function woo_social_share_under_desc() { // Vars $product_title = get_the_title(); $product_url = get_permalink(); $product_img = wp_get_a

  • Ocean Demo Import Changelog

    Ocean Demo Import Changelog: *Important Notice: Since the Ocean Extra plugin version 1.5.17, the Ocean Demo Import plugin is no longer needed because all free demos are incorporated into the Ocean

  • Alter Main Page Title

    This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our

  • Ocean Full Screen Changelog

    Ocean Full Screen Changelog: = 2.1.7 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.1.6 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.1.5 - NOV 13 2024

  • Ocean White Label Changelog

    Ocean White Label Changelog: = 2.1.2 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.1.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.1.0 - OCT 16 2024

  • Ocean Stick Anything Changelog

    Ocean Stick Anything Changelog: = 2.1.1 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. = 2.1.0 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 2.0.9 - MAY 19 2025 = Updated:

  • Ocean Custom Sidebar Changelog

    Ocean Custom Sidebar Changelog: = 1.1.6 - AUG 18 2026 = Added: Compatibility: WordPress 7.1. = 1.1.5 - MAY 20 2026 = Updated: Compatibility: WordPress version number. = 1.1.4 - MAY 19 2025 = Updated: