- This topic has 1 reply, 1 voice, and was last updated 13 years, 5 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 › This content is for members only
How to I tweak this so that it doesn’t run through my WordPress theme? Right now it looks really bad and I don’t want to change my theme. Can someone tell me what file do i go into to tweak this?
Here’s a better look at what I’m talking about.
Never mind. I fixed it myself. The problem was not with the plugin it was within the css file of the theme. Just in case someone has an issue similar to what I ecountered, here is the fix.
I copied this code from the css of the twenty-ten theme that comes as a default with WordPress installation and pasted it into the Main Content area in the css file of my current theme
#content table {
border: 1px solid #e7e7e7;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
And it works great. I went into the language file/”eng” and changed the wording of the members only message.
Hope this helps someone else.