Home Forums WoodMart support forum отредактировать надпись в отзывах

отредактировать надпись в отзывах

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

    ipad48984898ipad
    Participant

    Привет, как отредактировать надпись в отзывах ?
    я хочу чтобы кнопка “Отправить” была чуть ниже и имела чуть больше размер шрифта

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

    ipad48984898ipad
    Participant

    и ещё такой вопрос: значок вопроса не активен. зачем он нужен и как его убрать ?

    #166183

    Hello,

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

    body .comment-respond .comment-form .submit{
    background:red;
    font-size:20px;
    color:yellow;
    margin-top:20px;
    }

    Set the styles as per your needs, remove the lines if you do not need them.

    Best Regards

    #166195

    ipad48984898ipad
    Participant

    как убрать значок вопросительного знака ?

    #166222

    Hello,

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

    body .wd-add-img-msg {
        display: none;
    }

    Best Regards

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