Accordion Feature

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
krewman
 
 
Posts: 10
Joined: Fri Mar 08, 2013 9:35 pm

Accordion Feature

Post by krewman »

Is there a way to turn off icons when using the accordion feature? Thanks.
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Accordion Feature

Post by Pablo »

I'm sorry, there is currently no option to remove the icon.
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Accordion Feature

Post by BaconFries »

Try the following inserting in Page HTML Between the <head></head> tags*

Code: Select all

<style>
#Accordion1 .ui-icon { display: none; }
#Accordion1 .ui-accordion-header a { padding-left: 0; }
</style>
Post Reply