[Resolved] Footer nav isn't clicking through to pages

Home Forums Support [Resolved] Footer nav isn't clicking through to pages

Home Forums Support Footer nav isn't clicking through to pages

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

    Hi there,

    I can’t seem to click the items in my main menu in the footer. I’d like to be able to click through the nav to the corresponding pages.

    Best,
    Blake

    #1139421
    David
    Staff
    Customer Support

    Hi there,

    it doesn’t seem to like the font-family property you have in this CSS:

    .footer-widget-2 ul li a {
    	font-family: 'gotham-medium'; /* this line */
    	font-size: 18px;
    	color: black;
    	text-transform: uppercase;
    }

    If i remove the font-family it works fine…..

    #1139461
    Blake

    Thanks so much, David!

    Have a great day,
    Blake

    #1139724
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.