Home Forums WoodMart support forum enlarge "a" text size

enlarge "a" text size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #227662

    eric
    Participant

    Hi there,
    My footer uses “a” tag and I want to enlarge “a” tag tax size. Where can I set the font size? Thanks!

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

    eric
    Participant

    By the way, I’ve tried to add following css code in custom css section.

    a{
    font-size:16px !important;
    }

    Though, it can work, still effect some other elements such as back to top scroll button.

    #227773

    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.

    a.footer__link.close-btn {
    font-size: 16px;
    }

    Best Regards.

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