Sök i databasen
-
CSS
-
Themes
-
Plugins
- Change Product Description Tab and Titles in WooCommerce
- Hemsida dålig laddtid vid besök första gången
- Elementor Posts Widget Title Length
- Browser downloads file when opening a page
- Greatly Improve the Entrance Animations
- WooCommerce Tabs as Accordion
- Align checkboxes to the right
- Widget Panel Not Loading
- Elementor Scroll Offset Menu Anchors
- Elementor List Icon fix
- MAINWP – Kod för att se Server-IP
- Locked out from Updraftplus Dashboard
-
Wordpress
-
Server
-
Windows
-
Browsers
-
WooCommerce
< All Topics
Print
WooCommerce Tabs as Accordion
Posted2024-06-12
Updated2024-06-12
Paste this code into the child themes style.css
NOTE: This Code won’t work without the JS File and the Code in functions.php
.wc-prd-accordion {
margin: 36px 0;
}
.wc-prd-accordion-button {
border-bottom: 1px solid #e5e5e5; /* Change the border color */
color: #3a3a3a; /* Change the font color for Label */
cursor: pointer;
font-family: "Quicksand",sans-serif; /* Change the font-family | Default: "Quicksand",sans-serif; */
font-size: 14px; /* Change the font size for the Label*/
font-weight: 400;
letter-spacing: 1.5px;
padding-bottom: 3px;
margin-bottom: 15px;
text-transform: uppercase;
}
.wc-prd-accordion-pm {
float: right;
font-size: 20px; /* Change the size for + to the right of Label */
line-height: 1;
margin-right: 10px;
}
.wc-prd-accordion-content {
display: none;
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs {
border: 0px solid #ffffff!important;
margin-bottom: 2em;
}