Home Forums WoodMart support forum Login/register

Login/register

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

    Stanley Black
    Participant

    Hello,

    Is it possible to make LOGIN/REGISTER text lowercase?

    I can’t find css class for this text.

    Best regards

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

    Hello,

    Please add this CSS to Theme Setting > custom CSS

    .woodmart-header-links .item-level-0>a{
        text-transform:lowercase;
    }

    Best Regards

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