• Greetings,

    I have been using the free version of Pinnacle and I have selected to use the Icon menu.
    I have added “Icon Menu” to the “Enabled” box of the Homepage Layout Manager.
    I have visited the Topbar Settings and selected 3 Icons and gave them titles and info.

    My site will not show any of these icons, I am only seeing a new space between the Flex Slider and the Latest from the Blog section. It has a single grey circle with an orange hover state.

    I have looked at the CSS, I have changed the background for this section and inspected all the code. I cannot figure out why this is occurring. Seems like something is broke and preventing the Icon Menu from loading.

    My site is currently here: https://www.shoottheplanet.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    The topbar settings are for the topbar. The home icons are set on the apperance > theme options > home layout page. Below the layout manager. There you will see the home icons and how you can add to them.

    Hope that helps,

    Kadence Themes

    Thread Starter Indigoverse

    (@indigoverse)

    There it is!, didn’t see them all the way down there. Works beautifully now!
    Thank you so much, however, is there a method for handling the passing/spacing between the slider above and the Latest from the Blog below?

    “Cheers!”
    ~Indigo

    You can control with css. add this into the theme options > custom css box:

    .home-padding {
        padding: 20px 0;
    }

    Or specific to that one module:

    .homepromo {
        padding: 20px 0;
    }

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons not present’ is closed to new replies.