Color background - by spallsport - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: spallsport
    spallsport
    Participant
    June 26, 2018 at 14:23

    Hi I try to change the color of backgorund of this pages:
    https://www.spall.es/en/about-us
    https://www.spall.es/en/club-access
    https://www.spall.es/en/contacts
    But I dont get to put white, all the texts and box unconfigured, please help me?
    Thanks

    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 15:04

    Hello,

    Add this code in Custom css for page:
    1.

    .page-wrapper, .title span, .page-wrapper .container  {
        background:  white;
    }
    .title span {
        color:  black;
    }

    2.

    .page-wrapper, .title span, .page-wrapper .container, .woocommerce-form .input-text  {
        background:  white;
    }
    .title span, #customer_login h2, .woocommerce-LostPassword a {
        color:  black;
    }
    

    3.

    .page-wrapper, .title span, .page-wrapper .container, #contact-form input, #contact-form textarea   {
        background:  white;
    }
    .title span, h3, strong, h6, a {
        color:  black;
    }

    Regards

    Avatar: spallsport
    spallsport
    Participant
    June 26, 2018 at 15:17

    Hi, sorry but 2 is all white, teh others very good thanks!

    Avatar: spallsport
    spallsport
    Participant
    June 26, 2018 at 15:27

    Hi, I see where is the problem, when are register and you are in the same page, the colors are diferent…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 27, 2018 at 09:38

    Hello,

    Sorry for the delay.
    2. Please change the previous code to:

    .page-wrapper, .title span, .page-wrapper .container, .woocommerce-form .input-text  {
        background:  white;
    }
    .title span, #customer_login h2, .woocommerce-LostPassword a, .woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a, strong {
        color:  black;
    }

    Also https://www.spall.es/en/register
    http://prntscr.com/jzv14g

    #wp_signup_form input {
        background-color:  white;
    }
    .title:before {
        display: none;
    }

    Regards

    Avatar: spallsport
    spallsport
    Participant
    June 27, 2018 at 11:12

    Hi, perfect!! very good thanks! No worries for the delay, I understand tha you hev more work.
    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 27, 2018 at 12:02

    Hello,

    You’re welcome!

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.