Home Forums WoodMart support forum Главное меню

Главное меню

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185005

    Cratos53516
    Participant

    В главном меню заголовка все буквы отображаются заглавными,как сделать так чтобы первая буква была заглавная,а остальные маленькие?

    #185053

    Hello,

    To change the text-transform of the main menu links you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .woodmart-navigation .item-level-0>a {
    text-transform: none;
    }

    If you want to ask anything else then provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

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