remove

Home Forums Jevelin Theme remove

Home Forums Jevelin Theme remove

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • SaqlainMughal
    Participant

    how to remove category (see image) right below?

    Attachments:
    You must be logged in to view attached files.

    SaqlainMughal
    Participant

    and how to remove logo icons like facebook. Cant delete it with wp bakery..

    Attachments:
    You must be logged in to view attached files.

    Hi @SaqlainMughal,

     

    I hope you are well today and thank you for your questions.

     

    how to remove category (see image) right below?

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-info-item:last-child {
        display: none;
    }

     

    and how to remove logo icons like facebook. Cant delete it with wp bakery..

    You can remove it from the theme settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    SaqlainMughal
    Participant

    The first question. As you explained it didnt remove it. See images.

    Attachments:
    You must be logged in to view attached files.

    SaqlainMughal
    Participant

    Second question -> yes it removed the SHARE button, but i want the facebook, twitter, instagram icon to remove only on my portfolio as i explained in the beginning. Not the social share button. How can i do that?

    Could you please share the page URL from your site where it is displaying so that I can help you to remove it?

    SaqlainMughal
    Participant

    https://sellself.be/aanbod/ -> this page if you click on whatever home you see it.

    So there should be only an option to share that home.

    Remove categories and remove facebook instagram,… signs

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single #sidebar {
        display: none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)