Accordion Feature
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
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
Accordion Feature
Is there a way to turn off icons when using the accordion feature? Thanks.
Re: Accordion Feature
I'm sorry, there is currently no option to remove the icon.
- BaconFries
-
- Posts: 5923
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Accordion Feature
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>