• Footer Menu- Do I need a plugin for this? Any suggestions? Just a basic footer menu where i can add widgets

    At the bottom of the page, can I remove this area “Kale, A Food Blog Theme by LyraThemes.com.” ?

    I just want to remove the food blog part because I am not making a food blog!

    Love this theme!!

    I can be contacted at [email protected]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m running into the same issue writ removing the footer “Kale, A Food Blog Theme by LyraThemes.com.”. Any suggestions? Agreed this is a great theme!

    Hi there,

    Thanks for your kind words ??

    You can remove “Kale, A Food Blog Theme by LyraThemes.com” credit by adding this css to Appearance → Customize → Additional CSS field:

    .footer-copyright .credit {
      display: none;
    }

    @cocononi You can add widgets in Appearance → Widgets section. There are special footer widgets areas like Footer Secondary – Col 1-5 and Footer Last area – the perfect place for your footer menu. Just add Custom Menu widget there and optionally you can add this css in Appearance → Customize → Additional CSS to center this menu and change it’s layout:

    .footer .widget ul {
    text-align: center;
    }
    .footer .widget ul >li {
    display: inline-block;
    margin: 0 10px;
    }

    Hope that helps.
    Feel free to reach out if you need anything.

    Best,
    Jarek
    Kale Support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Menu & Kale, A Food Blog Theme by LyraThemes.com.’ is closed to new replies.