Hide menu share button

Home Forums Gillion Theme Hide menu share button

Home Forums Gillion Theme Hide menu share button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • mkemrtn
    Participant

    If you would like to hide the small share button in the top menu add this to your custom css.

     

    .icon-share:before {
    content: “”;
    }

    mkemrtn
    Participant

    This custom css can be used to modify the size of the other icons.

     

    .icon-magnifier:before {
    content: “\e090”;
    font-size: 25px!important;
    }

     

    .fa-envelope:before {
    content: “\f0e0”;
    font-size: 30px!important;
    }

    I hope you are well today and thanks for helping out here in this forum by sharing the solution.

     

    Your help here is really appreciated.

     

    It would be more helpful if you share the screenshots of the elements that you are referring.

Viewing 3 posts - 1 through 3 (of 3 total)