Hide NextGEN’s Ecommerce
.toplevel_page_ngg_ecommerce_options { display: none !important; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.toplevel_page_ngg_ecommerce_options { display: none !important; }Continue reading
.toplevel_page_ngg_ecommerce_options { display: none !important; }Continue reading
.soliloquy-container .soliloquy-prev:before { content: “\f053”; /* FontAwesome icon for left arrow */ font-family: “Font Awesome 5 Free”; font-weight: 900; font-size: xx-large; color: red !important; } .soliloquy-container .soliloquy-next:before { content: “\f054”; /* FontAwesome icon for right arrow */ font-family: “Font Awesome…Continue reading
add_action(‘init’, function () { // Check if we are on the specific page using the page ID if (is_page(12700)) { // Temporarily clear the $_COOKIE superglobal for this request foreach ($_COOKIE as $key => $value) { unset($_COOKIE[$key]); } // Prevent…Continue reading
/* Author: Sumaiya , Clickup Doc Link:https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-12075 */ /* Des: This CSS is added to add the line height on gradient button */ .learn-suite-gradient-button{ line-height:20px!important; } /* completed */ /* Des: This CSS is added to add line height to…Continue reading
/* Author: Sumaiya, Clickup Doc: */ /* Desktop screen size optmization */ @media screen and (min-width: 1400px) and (max-width: 1500px) { /* Des: This CSS is added to optmize the width of section 7 title */ .mc-sec-7-title { width: 75%…Continue reading