Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #418339

    Under Latest Announcement and Latest Articles on our homepage towards the bottom, how can I NOT display the pink square and icon?

    http://robbinitkin.com/

    You gave me instructions on how to not display the colored square and icon and it worked. I only needed it on specific pages, though.

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .blog-meta {
    display: none!important;
    }
    Best regards,
    Yigit

    could I do the same on just this page?..not show the blog icon square and vertical dashed line?

    http://robbinitkin.com/mediapressevents/

    #418652

    Hey gharding!

    Please add following code to Quick CSS as well

    .page-id-662 .blog-meta, .page-id-662 .post_author_timeline {
      display: none;
    }

    Regards,
    Yigit

    #418893

    that totally worked. thanks
    g

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how can I NOT display the pink square and icon?’ is closed to new replies.