*SOLVED* Why won't text caption on "Accordion" change?

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
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

*SOLVED* Why won't text caption on "Accordion" change?

Post by etcbbu »

Hello,

I have a page on which I am working for a new client:

https://grantsroofingtx.com/test/about.php

with an "Accordion" option near the bottom of the page, with images of employees. Notice when you mouseover the various employee images comprising the Accordion tool, the text-background is blue, this is ok. This is great. This is what I want. Why is the text showing up as Black whenever you visit on the live page, but as you can see from the following screenshot:

https://www.grantsroofingtx.com/test/scrn81021a.png

on the left side of the screen, where I show the Properties settings for the tool, it's set to White. What's the deal? Is this tool actually getting some settings of of jQuery settings built-in to the page or something..?
Last edited by etcbbu on Wed Aug 11, 2021 3:32 pm, edited 1 time in total.
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3089
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Why won't text caption on "Accordion" change?

Post by crispy68 »

It's because the actual text is a heading tag <h3> and your <h3> styles in the style manager (which is set to black) are overriding the colors set in the accordion.

If you are using the styles in the style manager, then you can add the following CSS code to only adjust the caption color. Either add this to the page html or insert a html code object set to between the <head> tags:

Code: Select all

<style>
.caption h3{color:#ffffff;}
</style>
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Why won't text caption on "Accordion" change?

Post by etcbbu »

@crispy68 - Thanks so much for the help; no idea it referenced <h3>.
:D :D :D WYSIWYG Web Builder is the best :D :D :D
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
Post Reply