-
AuthorPosts
-
May 13, 2024 at 1:28 pm #1443243
Hi, I wanted to know if it was possible to replace the “+” icon with a downward arrow.. is it possible to change the icon in the Accordion ?
A thousand thanks
AndrewMay 14, 2024 at 2:35 am #1443333Hey delmonte,
Thank you for the link to your site, the following css will replace the plus icon with a down arrow, but in order to not change all of the accordion icons on your whole site, first add the custom class downarrow in the advanced tab of the element:
Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.downarrow .toggle_icon:before { content:"\e873"; font-family: 'entypo-fontello'; top: -5px; position: relative; } .downarrow .toggle_icon { border:none; position: absolute; } .downarrow .toggle_icon .vert_icon, .downarrow .toggle_icon .hor_icon { display:none; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
This is the expected results:
Best regards,
MikeMay 14, 2024 at 5:24 pm #1443454This reply has been marked as private.May 14, 2024 at 6:02 pm #1443458Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .single_toggle p { font-weight: bold; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 16, 2024 at 11:18 am #1443867This reply has been marked as private.May 16, 2024 at 11:46 am #1443870Hi,
This Google Ads code is not apart of the theme, it probably was added in the Enfold Theme Options ▸ Google Services ▸ Google Analytics Tracking Code or in the functions.php file or in the header.php file, or perhaps you have a Google Tag manager plugin. Please look in these places, if you can’t find it include a admin login in the Private Content area so we can examine.
Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker, and helps the Mods keep the threads on topic. For further questions please open a new threadBest regards,
MikeMay 16, 2024 at 12:09 pm #1443874This reply has been marked as private.May 16, 2024 at 12:27 pm #1443876This reply has been marked as private.May 16, 2024 at 2:48 pm #1443890 -
AuthorPosts
- You must be logged in to reply to this topic.