Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355627

    Hey,
    Can you please tell me how can I change the colour, that is show in this link. It is the background of the cart.https://virtualz.com.uy/comprar-tickets-online/
    Another colour, the background colour when you field a contact form. https://virtualz.com.uy/contacto/
    Thank you!!

    #1355663

    Hey ac1977,
    For the cart, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .main_color tr:nth-child(odd), 
    #top .main_color .pricing-table>li:nth-child(odd), 
    #top .main_color .pricing-extra,
    #top .main_color .quantity input.plus, 
    #top .main_color .quantity input.minus {
        background: #141414;
    }

    2022-06-17_230058.jpg
    For the contact form try this css:

     #top .main_color input[type='text'],
     #top .main_color textarea {
     	background: #141414;
     	color: #fff;
     }

    2022-06-17_004.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1355770

    Hey,
    Thank you very much!!!
    Andres

    #1355775

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I change a colour?’ is closed to new replies.