- This topic has 1 reply, 2 voices, and was last updated 13 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › How do I change the bookmark alternate row color and font color?
Hi! I need to change the color of the box that appears in the alternate row from white. I would also like to know where/how to change the font colors for bookmarks only (without affecting the rest of my theme).
Thanks!
We changed the eMember code slightly and added CSS class to the even and odd rows of the bookmark table. Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
After the update open the “css/eMember_style.css” file and customize the following CSS to what you like:
tr.odd_row{}
tr.even_row{background:#E8E8E8;}