-
AuthorPosts
-
August 9, 2019 at 11:04 am #1126164
Hi, my theme is in black, I use Woocommerce and I wish the account page in white color, with font color in black and link in red, it is possible?
Thanks.- This topic was modified 5 years, 3 months ago by robertoKM.
August 9, 2019 at 5:15 pm #1126294I write this rules:
#top.page-id-608 #main .container_wrap:first-child {
background: #fff!important;
}
.page-id-608 a .avia-menu-text{
color:#00000!important;
}I got white page and link to red color but some words are white and with background white not visible.
August 10, 2019 at 4:44 am #1126367Hi,
Thanks for the update, it looks fine on my end though. I can’t see any white on white text?
Best regards,
RikardAugust 10, 2019 at 12:15 pm #1126394Yes, I changed Idea, I would like to keep the black theme for the page but the re4ctangle where people have to fill up have to be white. It is possible? Like example:
https://drive.google.com/file/d/1DeiFq0I7EF_JXSBjreNPUG1Jfr5Ceq0F/view?usp=sharing
August 11, 2019 at 3:46 am #1126563Hi,
Thanks for the screenshot, so you want the input field to be white, or the whole surrounding box?
Best regards,
RikardAugust 13, 2019 at 1:15 am #1127033Hi, I tried with this CSS and it works:
#top .main_color .input-text, #top .main_color input[type=’text’], #top .main_color input[type=’input’], #top .main_color input[type=’password’], #top .main_color input[type=’email’], #top .main_color input[type=’number’], #top .main_color input[type=’url’], #top .main_color input[type=’tel’], #top .main_color input[type=’search’], #top .main_color textarea, #top .main_color select {background-color: white;
color:black;
}Thanks anyway.
August 14, 2019 at 4:06 am #1127457Hi,
Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardAugust 15, 2019 at 5:35 pm #1127986Hi, I would like rectangles in white, like the sample here:
https://drive.google.com/file/d/1DeiFq0I7EF_JXSBjreNPUG1Jfr5Ceq0F/view?usp=sharingNow AT THE ACCOUNT PAGE is black:
THANKS.
- This reply was modified 5 years, 3 months ago by robertoKM.
August 16, 2019 at 6:45 am #1128149Hi,
Thanks for the clarification, please try the following in Quick CSS under Enfold->General Styling:
.page-id-608 .input-text { background-color: #fff; color: #000; }
Best regards,
RikardAugust 16, 2019 at 12:11 pm #1128235Hi, thanks for replay but when I try to type words email and the password at login page still the rectangle color is black and not visible.
It would be great if the rectangle was all white, so I can insert text in black.
I sent you a private login, can you check it, please? Thanks- This reply was modified 5 years, 3 months ago by robertoKM.
August 17, 2019 at 4:30 am #1128409Hi,
Please try this as well:
.page-id-608 input[type='text'] { background-color:#fff !important; }
Best regards,
RikardAugust 17, 2019 at 10:05 am #1128463Thanks, now it works but it misses the password white rectangle.
August 18, 2019 at 5:05 am #1128580Hi,
Please try this instead:
.page-id-608 input[type='text'], .page-id-608 input[type='password'] { background-color:#fff !important; }
Best regards,
RikardAugust 18, 2019 at 11:48 pm #1128746Thanks a lot for your support, all it works well now.
August 19, 2019 at 5:18 am #1128803Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Just the account page in white color’ is closed to new replies.