Home Forums WoodMart support forum Color and popup

Color and popup

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #109756

    russomedia
    Participant

    1. У меня разная толщина шрифтов именно в фильтре цветов. Как исправить это?
    2. Как сделать белый цвет вместо черного,когда открываю товар на странице товара?
    3. как изменить стикер? вместо зеленого хочу другой цвет.
    заранее спасибо вам

    Attachments:
    You must be logged in to view attached files.
    #109804

    Hello,

    1. Deactivate the option as shown: http://prntscr.com/mq7jmw

    2. You can change the font in the Theme Settings > Typography > Advanced Typography https://xtemos.com/docs/woodmart/advanced-typography-settings/

    3. Please provide the screen of the sticker

    Best Regards

    #109849

    russomedia
    Participant

    Вот экран стикера.

    Attachments:
    You must be logged in to view attached files.
    #109852

    russomedia
    Participant

    Как изменить цвет открывающегося вокруг фото хочу белым сделать вместо черного?

    Attachments:
    You must be logged in to view attached files.
    #109874

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    /*sticker*/
    body .product-label.new {
        background-color: red;
    }
    /*the white background*/
    body .pswp__bg {
        background: red;
    }

    Replace the color as per your needs.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)