[Support request] Social Icons At Bottom of Post

Home Forums Support [Support request] Social Icons At Bottom of Post

Home Forums Support Social Icons At Bottom of Post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #632904
    Ethan

    My social icons show at bottom of post. But on blog homepage and archive pages they are showing up on every post. Anyway to stop that on archive type pages?

    #632905
    Leo
    Staff
    Customer Support

    Hi there,

    How are you adding them?

    If you are using hooks then you can make them show on single posts only:
    https://docs.generatepress.com/article/using-hooks-conditional-tags/#single-posts

    If not then try this CSS:

    .blog .sfsi_plus_Sicons, .archive .sfsi_plus_Sicons,
    .blog #breadcrumbs, .archive #breadcrumbs {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #632909
    Ethan

    Awesome worked (CSS) thanks!

    Also same issue for breadcrumbs in same area – can you help there? (I use Yoast’s)

    look on page archive /business/

    #632923
    Leo
    Staff
    Customer Support

    Edited the CSS above.

    #633036
    Ethan

    Thanks that worked on homepage but not category pages. Any ideas?

    #633108
    David
    Staff
    Customer Support

    Hi there, small glitch in Leos code, the archive #breadcrumbs is missing the . so change it to .archive #breadcrumbs

    #633125
    Ethan

    Thanks!

    #633126
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.