As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I have an HTML page with an Accordion control having several tab (pages). I'm able to change the tab content background color but it's not what I'm looking for.
I want to change the default grey of the tab header background (and possibly the text font darker grey) color to something else.
Is it something possible ? It doesn't seems to be part of any Accordion properties options.
When I change the Document Theme it does change the tab background color but also affect everything else on the page.
Should I create a custom Theme similar to the one I used but where the Accordion tab will be customized to "my" colors ? If so, how can I found the location/name of the selected Theme to have the starting point to adapt as I need ?
Thanks to confirm my assumption and send me in the right way.This message has been edited. Last edited by: MartinY,
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2410 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Using developer tools within your browser, you should be able to locate the class for the element in question.
Creating a simple HTML page with just the accordian control with a couple of extra pages, I can see that my one is using bip_neutral.css and then using the classes IBI_pageHeaderText, IBI_pageHeader_Selected and IBI_pageHeader for a few of the styling attributes such as colour, font and font-weight.
Personally, if you only wanted to change the colouration for this one situation, I would add some styling within the "Embedded CSS" tab -