• Resolved Outerspection

    (@outerspection)


    Adding the following code worked to remove this in the desktop version but it still is showing up in the mobile version. Please offer any suggestions. Thank you!

    `.footer-nav{
    display:none;
    }’

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi @outerspection,

    Use below css rule to hide footer navigation in mobile version

    @media (max-width: 991px)
    ul.footer-nav {
    display: none !important;
    }

    But you didn’t need to use any css rule to hide footer navigation.

    Just go to admin dashboard >> Appearance >> Menu and create a secondary menu.

    and do not select any page or custom link in secondary menu.

    Save Changes.

    Thank You

    Thread Starter Outerspection

    (@outerspection)

    Thank you for getting back to me so quickly!

    I added your suggested code and it is still showing up on the mobile site unfortunately even after I cleared the cache.

    The current footer was created in the widget footer area as I needed more flexibility in the design. Might you have any other suggestions?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi @outerspection,

    I think you figure it out. You done this using secondary menu.

    If you have any query please let us know, we are happy to help you.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Titles Showing In Footer Area on Mobile Site’ is closed to new replies.