Home Forums WoodMart support forum Заголовок

Заголовок

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

    samad1998
    Participant

    Как изменить заголовок страницы оформление или удалить?

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

    Hello,

    I saw the screenshot you attached.

    To remove the title please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-billing-fields>h3 {
        display: none;
    }

    Regards
    XTemos Studio

    #302209

    samad1998
    Participant

    Как удалить заголовок и комментарии?
    На скриншоте указал.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-additional-fields__field-wrapper {
        display: none;
    }
    
    .woocommerce-additional-fields>h3 {
        display: none;
    }

    Regards.
    Xtemos Studios.

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