• Resolved importlamp

    (@importlamp)


    Пользовательский CSS:

    какой код написать для изменения цвета?

    Цвет кнопки “Добавить в корзину” – как поменять?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @importlamp!

    I used Google translator to check your message, and looks like you’re asking how to customize your Add to cart button with some CSS, is that correct?

    This is a bit out of scope for us, and since you didn’t share your website URL, I am not able to check which classes you may need to change to do that!

    Alternatively, you can ask directly to your theme developer how to change it, or check the link below for customizations:

    https://woocommerce.com/customizations

    Thank you!

    Thread Starter importlamp

    (@importlamp)

    Здравствуйте @chiape

    Извините, вот ссылка на мой сайт https://import-lamp.ru/wishlist/

    Добавьте товар в избранное. Подскажите какой код CSS написать. Поменять цвет кнопки ?добавить в корзину?

    • This reply was modified 2 years, 9 months ago by importlamp.

    Hi @importlamp

    Add the product to your favorites. Tell me what CSS code to write. Change the color of the “add to cart” button

    You can use custom CSS like below:

    .wishlist_table .product-add-to-cart a {
    color: white;
    background-color: red;
    }

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘какой код написать для изменения цвета?’ is closed to new replies.