• Resolved brownieccad

    (@brownieccad)


    Hello everyone!

    I had another question answered perfectly, and was hoping to have one more question resolved. I’m hoping to remove the ‘frontier’ name from the bottom of my site- https://www.duffyhomesnew.com/

    And here is the code
    <a href="https://ronangelo.com/frontier/">Frontier Theme</a>

    It is also a link to the frontier’s creators page.

    It seems very amateurish to have it at the bottom and any way I can remove it using CSS would be greatly appreciated

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there brownieccad,

    Hope you’re well today!

    This can be done with some custom CSS. Since the theme has custom CSS tab which is located in Appearance >> Frontier Options >> Custom CSS you can add this code there.

    If you’re looking to remove only the link please add the following:

    span#theme-link {
    display: none;
    }

    If you want to remove the whole bottom bar where the link is located please add this one:

    div#bottom-bar {
    display: none;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter brownieccad

    (@brownieccad)

    It absolutely did! Thank you so much!

    Glad I could help ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Frontier] Remove them name 'frontier' from bottom of site’ is closed to new replies.