Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    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,
    Bojan

    Thread Starter beezer26164

    (@beezer26164)

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    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,
    Predrag

    Thread Starter beezer26164

    (@beezer26164)

    Thanks 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;

    }

    Thread Starter beezer26164

    (@beezer26164)

    I’m still waiting for some help with my pages??? Please It’s the Account page I need help with.

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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,
    Kasia

    Thread Starter beezer26164

    (@beezer26164)

    I 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.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    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,
    Predrag

    Thread Starter beezer26164

    (@beezer26164)

    That 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.jpg

    Thanks for all your help you guys are Amazing!!

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    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,
    Predrag

    Thread Starter beezer26164

    (@beezer26164)

    I think You Got It !! Thank You So Much, I really appreciate it. I wish everyone’s support was as good as you guys.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Can’t read pages’ is closed to new replies.