Support » Plugin: Genesis 404 Page » Hide icons in (Genesis Simple Share Plugin)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter macsgv

    (@macsgv)

    The solution is this:

    .error404 .Share-before,
    .error404 .Share-after {
    display: none;
    }

    Congratulations on this great plugin.

    Hi @macsgv

    Thanks for sharing the solution. Please, where should I paste your code?

    Thank you very much.

    Thread Starter macsgv

    (@macsgv)

    Hello,
    You must attach it to your style.css file of your Theme

    Another option is to use and paste there this plugin
    Simple plugin custom CSS
    regards 🙂

    Thank you very much!

    Just in case, in my theme I had to lower case your code like this:

    .error404 .share-before,
    .error404 .share-after {
    display: none;
    }

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide icons in (Genesis Simple Share Plugin)’ is closed to new replies.