Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #386540

    how do you remove the pencil that is on the left side of the posts?

    http://www.icrr255x.com/?page_id=159

    #386707

    Hey jdrakeproductions!

    Your probably wanting to add this to your custom CSS.

    .blog-meta img {
      min-height: 80px;
    }

    Or if your just wanting to get rid of the pencil icon then do this.

    .blog-meta .iconfont {
      display: none !important;
    }

    Best regards,
    Elliott

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