Tagged: Accordion
Hi, I am having trouble customizing minimal style accordion.
I would like for the toggle “+” icon to be on the right side like this:
https://houraway.webstar.si/wp-content/uploads/2021/03/toggle-icon.jpg
Also is it possible to unbold the “+” ?
Hi Matjaz,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av_toggle_section .toggler {
padding: 9px 35px 9px 9px;
}
#top .av_toggle_section .toggler .toggle_icon {
left: auto !important;
right: 10px !important;
}
#top .av_toggle_section .toggler .toggle_icon .vert_icon,
#top .av_toggle_section .toggler .toggle_icon .hor_icon {
border-width: 1px;
}
#top .av_toggle_section .toggler .toggle_icon .vert_icon {
left: 6px;
}
#top .av_toggle_section .toggler .toggle_icon .hor_icon {
top: 6px;
}
Best regards,
Nikko
It works perfect. You rock @Nikko. Thanks very, very much.
Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit