Get rid of social and bookmarks icons

Home Forums Gillion Theme Get rid of social and bookmarks icons

Home Forums Gillion Theme Get rid of social and bookmarks icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • zelldi
    Participant

    Hello,

     

    I can’t get rid of a couple of icons in my header in Gillion.

    I go to Header > <label for=”fw-option-header_elements”>Elements, and I untick everything except Search, but the social share symbol is still visible in my header. </label>

     

    I also would like to get rid of the bookmarks icon, both in the header and next to post titles.

     

    And lastly, I’d like to know if there’s a way to move the Search icon to the right instead of appearing to the left of the logo.

     

    Thank you very much for you patience,

     

    Stefano

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

    Solution for this topic

    Hi Stefano,

     

    Thank you for your question.

     

    You can remove Book mark from the theme option as shown in the attached screenshot.

     

    To remove social icon and display search icon to left please add 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

     

    li.menu-item.sh-nav-share.sh-nav-special {
    display: none;
    }
    
    .sh-table-cell.sh-header-meta1-container {
    position: absolute;
    right: 0;
    top: 0;
    }
    .sh-header-4 .sh-header-meta1-container .sh-nav {
    float: right;
    }

     

     

    Best regards,
    Shufflehound team

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

    zelldi
    Participant

    Thank you!

     

    Stefano

    You are most welcome here 🙂

    amudalainc
    Participant

    Hi

     

    I tried this solution have have found the bookmark icon has gone from the top menu but remains in my titles as shown in the image.

     

    Any suggestions?

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

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

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)