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 #3350099
Post Questions
Closed

Comments

  • Seth started the conversation

    Hello,

    Wondering how I can make this bulleted list disappear + the Facebook + Twitter social share below the post go away?

    However, I want to keep the nice-looking social share bar and the related posts slider.

    Attached files:  Screenshot 2023-04-17 at 3.22.08 AM.png

  •  2,279
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Single Posts > Related Posts > turn on the "Hide Related Posts Box" option,

    The social share on the screenshot is display by the Jetpack plugin, so you should turn it off by going to the Jetpack settings.

    Regards,
    PenciDesign.


  • Seth replied

    Hello!

    Thanks for your response! However, I would like to keep that related posts box and get rid of the bulleted list. 

    Please see this new screenshot. I want to keep the related posts circled in green but get rid of the posts list circled in red!

    Thanks,
    Seth

    Attached files:  Screenshot 2023-04-17 at 4.21.23 PM.png

  •  2,279
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-ilrelated-posts ul.pcilrp-content li {
    list-style: none;
    }
    .penci-ilrelated-posts ul.pcilrp-content {
    padding-left: 0;
    }

    Regards,
    PenciDesign.



  • Seth replied

    Hi,

    Thanks for the CSS code. Unfortunately, it did not work!

    Thanks,

    Seth

  •  2,279
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    .penci-ilrelated-posts ul.pcilrp-content,
    .penci-ilrelated-posts ul.pcilrp-content li {
     list-style: none;
     padding-left: 0;
    }

    Regards,
    PenciDesign.



  • Seth replied

    Hi,

    That code still is not working. This one doesn't do anything (see screenshot).

    Do you have anything else I can try?

    Thanks,
    Seth

    Attached files:  Screenshot 2023-04-18 at 3.37.43 PM.png

  •  2,279
    PenciDesign replied

    Hi,

    The code I've sent will remove the bullet at the beginning of each post title. How do you want to customize this area? Please send me a screenshot and take note.

    Regards,
    PenciDesign.


  • Seth replied

    I want to get rid of that entire section, not just the bullets (highlighted in red on screenshot).


    I don't see the point in having that list + the nice thumbnail scroller below. I just want the thumbnail scroller recent posts, not the bulleted list one.

    Attached files:  Screenshot 2023-04-17 at 4.21.23 PM.png

  •  2,279
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize >  Single Posts > Inline Related Posts >  Add Inline Related Posts Before/After Post Content?: select "None".

    Regards,
    PenciDesign.