• Resolved boed1

    (@boed1)


    Hello,

    The word “contact” at the footer of my website is in much too small of a font.
    Can you tell me how to increase the font size?
    On the footer widget of my website, the code looks like this

    <div class="footerlinks">
        <ul>
          <li><a href="https://www.mydomain.com/">Home</a> |</li>
          <li><a href="https://mydomain.com/contact-us/">Contact</a></li>
        </ul>
      </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try below CSS code into your stylesheet,
    footer.default-footer .footer-links-row .grid-column .links li a{font-size: 14px;}

    Thanks!

    Thread Starter boed1

    (@boed1)

    Thanks so much!!! I’m new to the stylesheet – first time looking at it thanks to you. I see the font for the footer is right there!!

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help with font size in html’ is closed to new replies.