WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › change form text color
- This topic has 6 replies, 3 voices, and was last updated 7 years, 8 months ago by
mbrsolution.
-
AuthorPosts
-
August 19, 2018 at 6:27 pm #3895
dmill
Participantsorry if this is a super basic question, I am using Divi builder and trying to change the color context of the registration form to fit my site color scheme but have noticed you guys dont have a short-code for this, do you have an tips as to change the standard text color?
thanks!
August 19, 2018 at 10:19 pm #3897mbrsolution
ModeratorHi, can you share the URL with the registration form? And pinpoint the text you are trying to change. Or perhaps you can share a screen capture.
Thank you
August 20, 2018 at 12:59 am #3900dmill
Participanthttps://www.virtar.co/affiliate-home/affiliate-register/
Here is the link, I would like to use white or another color that isnt so hidden in my background.
thanks!
August 20, 2018 at 3:10 am #3901Shadow Labs
Keymaster@dmill, Our plugion doesn’t apply any background color on the registration from. It’s coming from this CSS:
div.et_pb_section.et_pb_section_0 { background-blend-mode: overlay; background-color: initial!important; background-image: url(https://www.virtar.co/wp-content/uploads/2018/08/coding-background-texture.jpg),linear-gradient(180deg,#9271f6 0%,#9271f6 100%)!important; } source: https://www.virtar.co/wp-content/cache/et/52724/et-core-unified-15347247207587.min.cssAugust 20, 2018 at 3:44 am #3902dmill
Participant@shadowLabs correct I added the background color, what I would like to be able to do is change the text font on the registration form to white or possibly another color depending on how I like the look. Is that something I can do with your plugin or is it not capable of that feature?
August 20, 2018 at 3:46 am #3903dmill
Participanttext color* sorry
August 20, 2018 at 10:14 pm #3914mbrsolution
ModeratorHi, the font color is coming from the following CSS code. All you have to is change the color: #555; to what ever you want. If you want to change the font to white, then use #ffffff.
.entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th { padding: 9px 24px; color: #555; font-weight: 700; }Let us know if you need more help.
Kind regards
-
AuthorPosts
- You must be logged in to reply to this topic.