Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Code Parrots

    (@codeparrots)

    Hi there,

    What is the content of your announcement? That menu is not something that is included in the plugin, and it looks like sharedaddy is hooking in (possible to the_content) and generating that menu there.

    If all else fails you can use some CSS to hide that section.

    .cd-timeline-content .sharedaddy {
       display: none;
    }
    Thread Starter aerickson909

    (@aerickson909)

    I used the provided CSS to hide the section.

    Thank You,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Website Menu Displaying in Time Line Posts’ is closed to new replies.