Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Hi,

    If you add this line of CSS then you can hide the other footer menu

    .site-info { display:none; }

    If you are using JetPack then go to Appearance >> CSS and add the above code.

    Otherwise you can update your theme’s style.css file.

    The other way to suppress the menu is to use a suitable hook in the Fruitful theme if one exists. I would need to review the PHP code of the theme to see if a suitable hook has been provided by the theme author.

    Thread Starter gizmoliving

    (@gizmoliving)

    Thread Starter gizmoliving

    (@gizmoliving)

    Hey Russell. I tried to add that line of CSS but it didn’t work.

    I don’t know any code unfortunately to fix the style.css file and I don’t understand the last option. I’d like to keep this theme if I can. I just want to focus on writing my articles and have the site look professional. What do you suggest we do?

    Max

    I just added the Footer Putter plugin this evening and I’m having the same issue. Seems to be adding a non-active button/link in the bottom left corner.
    I tried adding the code to CSS but I didn’t resolve the issue.

    Thread Starter gizmoliving

    (@gizmoliving)

    Hey guys, I had someone help me with this. This worked for me

    footer .site-info {
    display: none;
    }

    .fancy-select {
    display: none !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"Navigate to" Menu at Footer of Fruitful Theme’ is closed to new replies.