Home Forums WoodMart support forum заголовок категории

заголовок категории

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

    samad1998
    Participant

    привет. как изменить цвет и шрифт заголовок категории и добавить стрелку вправо.

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

    Hello,

    I saw the screenshot you attached.

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

    .wd-btn-show-cat.wd-action-btn.wd-style-text.wd-menu-icon.woodmart-show-categories a {
        color: red;
        font-size: 20px;
    }

    Regards.
    Xtemos Studios

    #302345

    samad1998
    Participant

    Здравствуйте
    После обновления css код перестал работать.

    #302383

    Hello,

    Please replace the previous Custom CSS with the following under the Mobile Custom CSS area under Theme Settings >> Custom CSS then clear cache and check back.

    .wd-btn-show-cat.wd-action-btn a {
    color: orange;
    font-size: 20px;
    }

    Best Regards

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