Can’t read pages
-
I need to change the CSS for the following pages. You Can Barely See Them. I have “Simple Custom Css” plugin but don’t know what to put.
http://img156.imagevenue.com/img.php?image=517881103_MembershipListPantyhoseNNylons_122_341lo.jpg
http://img198.imagevenue.com/img.php?image=517883371_AccountPantyhoseNNylons_122_476lo.jpg
Any Help Greatly Appreciated
-
Hey @beezer26164,
How are you doing today?
Would you mind sharing link to your site/page where I can see this so I can help out with the CSS.
Looking forward for your reply 🙂
Cheers,
Bojanhttps://pantyhose-n-nylons.com/memberships/
https://pantyhose-n-nylons.com/account/Thanks For Your Help
Hi @beezer26164,
Looks like your theme default font colors are not the best choice for membership light backgrounds, this CSS code should take care of that issue:
.entry-content .ms-account-wrapper, .entry-content .ms-membership-form-wrapper { color: #000; }If your theme doesn’t have custom CSS field, then you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.
Cheers,
PredragThanks alot I can see now but was wondering if you could help me change the boxes to look like the following page.
https://pantyhose-n-nylons.com/memberships/
Here’s all the custom code I’m using:
.ms-membership-31923 .ms-top-bar {
background-color: #bdb5a0;
}
.ms-membership-31923 .ms-title {
color: black;
}
.ms-membership-31923 .ms-bottom-bar {
background-color: #bdb5a0;
}
.ms-membership-31908 .ms-top-bar {
background-color: #bdb5a0;
}
.ms-membership-31908 .ms-title {
color: black;
}
.ms-membership-31908 .ms-bottom-bar {
background-color: #bdb5a0;
}
.ms-membership-31924 .ms-top-bar {
background-color: #bdb5a0;
}
.ms-membership-31924 .ms-title {
color: black;
}
.ms-membership-31924 .ms-bottom-bar {
background-color: #bdb5a0;
}.ms-form-element .wpmui-field-input {
margin-top: 0;
margin-bottom: 0;
width: 50%;
border: 1px solid #ddd;
padding: 10px 0px;
}
.ms-form-element .wpmui-field-input:hover {
opactity: 0.9;
}
body .wpmui-field-input.button, body .wpmui-field-input.button-primary, body .wpmui-field-button {
margin-right: 6px;
padding: 10px;
border-radius: 5px;
background-color: #4e442b;
color: white;
}
.entry-content .ms-account-wrapper,
.entry-content .ms-membership-form-wrapper {
color: #000;}
I’m still waiting for some help with my pages??? Please It’s the Account page I need help with.
Hello beezer26164,
Please try this code:
.ms-account-wrapper table {background-color: #433E37}If that is not what you are looking for please provide more detailes description on what you want to achieve.
kind regards,
KasiaI need the page where it says Join Membership background to be #433E37 and on the page where your personal details are I need the block with name,email, Etc.. Background to be #948771 as well as the invoice bar and activity bar.
Hi @beezer26164,
Can you try with this one please:
.ms-purchase-table tbody { background: #433E37; } .ms-account-wrapper table th { background: #948771; }If that’s not what you wanted to change could you grab us some screenshots so we can eliminate any confusion? 🙂
Cheers,
PredragThat worked great for part of it there’s just one place left that needs the Background color #433E37. I’ve attached a screenshot that shows the membership area that needs changing.
http://img121.imagevenue.com/img.php?image=821172484_Join_MembershipList_PantyhoseNNylons_122_74lo.jpgThanks for all your help you guys are Amazing!!
I’m glad to hear we’re getting there 🙂
Try adding this please and let us know if that does the trick:
table.ms-purchase-table { background: #433E37; }Cheers,
PredragI think You Got It !! Thank You So Much, I really appreciate it. I wish everyone’s support was as good as you guys.
The topic ‘Can’t read pages’ is closed to new replies.