Plugin Author
Baden
(@baden03)
!mportant
google that, and get back with your results.
fret not, together we’ll find a solution.
Tried putting important on for the font color. That did not work. Took off all coding, but the color for the font, and that didn’t work. Guess I’m at a loss here on how to change the color.
Open to any ideas.
Thanks.
Plugin Author
Baden
(@baden03)
Hey gizmobandit, contact us direct at info [at] twinpictures [dot] de with a link back to this thread and we’ll get you sorted out.
Hi Baden,
Thanks for a great plugin . I too would like to change the title color from the default black to white.
I’m using the visual editor to enter html:
<h4>[expand title=”HOW DO I GET STARTED?” tag=”h2″]</h4>
I haven’t specified any css for the title in custom style.
Is that what I need to do?
Kind regards,
Danster
Plugin Author
Baden
(@baden03)
you are wrapping the collapse with an h2 and that with an h4… this makes no sense.
Rather:
[expand title="HOW DO I GET STARTED?" tag="h4"]
now you will need to assign a custom class to the trigger. This is explained in the documentation on trigclass.
Thanks Baden. Just removed the surrounding <h4> tags, kept the inner tag=”h2″.
Tried inserting trigclass=”highlight” as in:
[expand title=”HOW DO I GET STARTED?” trigclass=”highlight” tag=”h2″].
By itself this code doesn’t have any effect , do I need to then create an extra bit of CSS to make the heading appear white?
Plugin Author
Baden
(@baden03)
yes…. add the following to the plugin’s options page under Custom CSS:
h2.highlight {
color: #ffffff;
}
Beautiful! Thanks so much Baden !
Plugin Author
Baden
(@baden03)
happy to be of value. issue marked as…. done and done.