NextGEN Pro – Hide the Ecommerce dashboard menu item
.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
@media only screen and (orientation: landscape) { .envirabox-slide .envirabox-image-wrap{ width: auto !important; height: calc(100vh – 20px) !important; transform: translate(calc(100vh – 20px), 10px) !important; } .envirabox-image, .envirabox-spaceball{ width: auto !important; height: 350px !important; }}Continue reading
.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
.toplevel_page_ngg_ecommerce_options { display: none !important; }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
/* General Styles */ body { margin: 0; font-family: ‘Arial’, sans-serif; background-color: #f9f9f9; color: #333; line-height: 1.6; } /* Header Styles */ .header { background-color: #ffe4e1; text-align: center; padding: 20px 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }…Continue reading
/* Target the radio button group within wp-block-ai-engine-form-field */ wp-block-ai-engine-form-field { display: flex; /* Use flexbox to align items horizontally */ flex-wrap: nowrap; /* Prevent wrapping to the next line */ gap: 15px; /* Add spacing between options */ align-items:…Continue reading