Edit footer css to remove unwanted messages

There are a couple messages underneath my footer that I can’t seem to get rid of, one says Social media & sharing icons powered by UltimatelySocial and the other is a dismissable message I thought I used a plugin to create, but the plugin is nowhere to be found. How can I remove both of these?

Hello @Bison_Boots,

Thanks for asking. :slight_smile:

Can you please share website URL for us to take a closer look?

Thanks.

bison-boots.com

Hello @Bison_Boots,

Thanks for updating thread. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS:

p.woocommerce-store-notice.demo_store {
    display: none;
}

.sfsi_footerLnk {
    display: none;
}

Thanks.

Thank you so much!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.