- This topic has 1 reply, 2 voices, and was last updated 11 years, 7 months 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 Troubleshooting › emembers protected content box background and font color
Hi,
I’m using eMembers with eStore together for free member’s downloads. I noticed that on a page where a product shortcode is the box ‘this content is protected’ it is very white & unfortunately doesn’t look good on my dark theme. Also, even on the white part the text is also in a very light font & you can’t read it.
Also, when a person is logged in & you can see the product clearly there are 2 long white strips above and below the product (shortcode).
I would like to change the background color of the ‘protected content’ box, both when it is up & the strips when it is not. I would also like to change the text color. Is that possible.
You can see 2 examples of what I mean here [http://objectivesoul.com/latest-free-ebook-downloads-for-members/]. At the moment you can obviously only see the ‘protected content’ box that I would like to change the background & text fort color of, but if you require a password to login & see the ‘strips above & below’ the estore product please let me know.
I hope that all make sense!?
Thanks
Rachel FLute
Hi,
You can customize any CSS by inserting your code in the eMember_custom_style.css file.
Please see this:
It is also recommended to use firebug to do your CSS investigations:
For your case, a quick simple example of changing the box background color is:
.wp-emember-warning-msgbox {
background-color: #333;
}
You should tweak and change to suit your taste.