Piotr Kunicki wrote:Hi,
Do you want to change color of the ( + ) icon or background from the FAQ, what exactly ? Could you provide URLs to this lightbox and the FAQ, which code exactly did you use for the lightbox?
Hi Piotr,
Hopefully your doing excellent. Thanks for the response.
1. For the FAQ question, not the (+) sign, the grey background color box for the widget (i.e.: its the widget style light option). I am looking to easily change the color for it from grey to any hex code
2. Sorry, what we actually meant was thickbox, not lightbox.
http://codex.wordpress.org/ThickBoxthe code in the section "Example inline content"
- Code: Select all
<?php add_thickbox(); ?>
<div id="my-content-id" style="display:none;">
<p>
This is my hidden content! It will appear in ThickBox when the link is clicked.
</p>
</div>
<a href="#TB_inline?width=600&height=550&inlineId=my-content-id" class="thickbox">View my inline content!</a>
Please advise, thanks!