Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2364139
remove social sharing box and excerpt
Closed

Comments

  • mon510159 started the conversation

    Hi,

    1./ I'm already hide the social sharing icons, but the share box still remain below post. How can I remove the box?

    2./ I want to make a share box by myself. because I want to add some fonts that are not available in this theme. I try to add something new. but they didn't show up. Is it the iconfont what I add(themes/soledad-child/snsicomoon/style.css) conflict with soledad(themes/soledad/fonts)?

    3./ I want to show post excerpt in homepage, but remove it in the other page. How can I do? I try to do this:
    Other Layouts Options>Remove Post Excerpt
    but, the excerpt for list post in homepage remove, too.


  •  2,699
    PenciDesign replied

    Hi,

    1/ You need go to Customize > Single Post Options > and check to "Hide Share Box"

    2/ No - there is no any conflict because each font has each classess.

    3/ Please try add more this code to Customize > Custom CSS to do that:

    .penci-grid li .item .item-content, 
    .penci-masonry .item-masonry .item-content, 
    .penci-grid .mixed-detail .item-content{ display:  none; }
    body.home .penci-grid li .item .item-content, 
    body.home .penci-masonry .item-masonry .item-content, 
    body.home .penci-grid .mixed-detail .item-content{ display:  block; }
    

    Best Regards,

    PenciDesign