Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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
    Andrew

    #1443333

    Hey 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:
    Enfold Support 5788
    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:
    Enfold Support 5791

    Best regards,
    Mike

    #1443454
    This reply has been marked as private.
    #1443458

    Hi,
    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,
    Mike

    #1443867
    This reply has been marked as private.
    #1443870

    Hi,
    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 thread

    Best regards,
    Mike

    #1443874
    This reply has been marked as private.
    #1443876
    This reply has been marked as private.
    #1443890

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.