Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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.
    #1126294

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

    #1126367

    Hi,

    Thanks for the update, it looks fine on my end though. I can’t see any white on white text?

    Best regards,
    Rikard

    #1126394

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

    #1126563

    Hi,

    Thanks for the screenshot, so you want the input field to be white, or the whole surrounding box?

    Best regards,
    Rikard

    #1127033

    Hi, 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.

    #1127457

    Hi,

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

    #1127986

    Hi, I would like rectangles in white, like the sample here:
    https://drive.google.com/file/d/1DeiFq0I7EF_JXSBjreNPUG1Jfr5Ceq0F/view?usp=sharing

    Now AT THE ACCOUNT PAGE is black:

    THANKS.

    • This reply was modified 5 years, 3 months ago by robertoKM.
    #1128149

    Hi,

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

    #1128235

    Hi, 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.
    #1128409

    Hi,

    Please try this as well:

    .page-id-608 input[type='text'] {
      background-color:#fff !important;
    }

    Best regards,
    Rikard

    #1128463

    Thanks, now it works but it misses the password white rectangle.

    #1128580

    Hi,

    Please try this instead:

    .page-id-608 input[type='text'], .page-id-608 input[type='password'] {
      background-color:#fff !important;
    }

    Best regards,
    Rikard

    #1128746

    Thanks a lot for your support, all it works well now.

    #1128803

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Just the account page in white color’ is closed to new replies.