-
AuthorPosts
-
May 8, 2021 at 9:53 am #1299101
Hallo ich möchte gerne ein Akkkordeon gestalten, dass es so aussieht wie auf der Adobe Seite in den Privaten Inhalten..
Es geht dabei um das Akkordeon direkt unter: “Ablauf nach einem Unfall”
Mfg AlexMay 10, 2021 at 7:02 am #1299282Hi Alexandervc33,
I have added this class name mytoggle in your Accordion > Styling (tab) > Developer Settings > Custom CSS Class.
Then in Enfold > General Styling > Quick CSS, I add this CSS Code:#top .mytoggle .toggler { background-color: #e1e5f2 !important; border: none; position: static; } #top .mytoggle .toggle_content { background-color: #e1e5f2 !important; border: none; margin: 0; } #top .mytoggle > .av_toggle_section:nth-child(even) .toggler, #top .mytoggle > .av_toggle_section:nth-child(even) .toggle_content { background-color: #c6cce0 !important; } #top .mytoggle .toggle_icon { left: auto; right: 10px; border: none; transform: translateY(-50%); } #top .mytoggle .toggle_icon:before { content: '\e875'; font-family: 'entypo-fontello'; font-size: 32px; } #top .mytoggle .activeTitle .toggle_icon:before, #top .mytoggle .toggle_icon span { display: none; }Please review your site. :)
Best regards,
NikkoMay 10, 2021 at 3:53 pm #1299397Ja das hat super geklappt, vielen Dank!
Könnte man den Titel der jeweiligen Toggle’s noch Fett und etwas größer darstellen ?Mfg Alex
May 10, 2021 at 4:18 pm #1299411Hi Alex,
Please replace this code in Quick CSS:
#top .mytoggle .toggler { background-color: #e1e5f2 !important; border: none; position: static; }with: (just added this property, font-weight: bold;)
#top .mytoggle .toggler { background-color: #e1e5f2 !important; border: none; position: static; font-weight: bold; }Best regards,
NikkoMay 10, 2021 at 5:11 pm #1299445Super, vielen herzlichen Dank. Es funktioniert perfekt :)
Gruß Alex
May 10, 2021 at 5:27 pm #1299454Hi Alex,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Akkordeon individualisieren’ is closed to new replies.
