• Resolved bbdude95

    (@bbdude95)


    I use a darker theme and using the plugin on causes any text inside of the fields to be almost unreadable because its like grayish white on white. Does this plugin provide a way to change the color of those fields or do I manually need to go in and update that? I had done so not to long ago but those changes were wiped out after I added an add-on plugin. Just wanting to know if there is an easier way.

    Thank you. As soon as your site is responsive again I will be on there looking to see if there is anymore info I can find.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @bbdude95,

    Thank you for choosing Paid Memberships Pro, I sincerely apologize for the issue you are experiencing and will gladly help.

    Unfortunately, we inherit styling from the current active WordPress theme. However you are able to adjust the color of the text using custom CSS (e.g #element_id{ color:white; }

    Would you mind sending through a link to your page that is giving an issue so I may have a look into this for you?

    Thread Starter bbdude95

    (@bbdude95)

    @andrew Thank you for getting back to me. Thank you for the sample code, I will try and use it when I get home.

    The domain name is movefor.us and the page is https://movefor.us/purchase/packages/ but you would need to add something to the cart to see it.

    Plugin Author Andrew Lima

    (@andrewza)

    Thank you for the feedback.

    Here is the custom CSS code that will make the content in the input fields more visible

    
    #pmpro_form input{
        color:black !important;
    }
    

    Please add this CSS to either a custom CSS plugin, theme options or child theme’s style.css

    I hope this helps.

    Plugin Author Andrew Lima

    (@andrewza)

    Hi @bbdude95,

    I am going to mark this thread as resolved, since I haven’t heard back from you in a while.

    Please do not hesitate to contact us should you require any further assistance.

    Have a great day further 🙂

    • This reply was modified 7 years, 2 months ago by Andrew Lima.
    Thread Starter bbdude95

    (@bbdude95)

    Oh sorry, hadn’t gotten to work on that site in a while. I think that css code will get me where I need to go. Thank you for you help Andrew.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unreadable text’ is closed to new replies.