Comments 2Dan Chripczuk started the conversationNovember 17, 2016 at 12:20pmIs there an easy way to hide or replace the "Thanks for Watching" Circle and associated content in the footer? CSS code? 850Jelly repliedNovember 17, 2016 at 7:35pmHi,Yes, to hide it, you will need using this custom style: #footer .thanks {display: none;}Or if you want change the content in footer, please take a look in: Theme Option -> Contact/Footer Info.Best Regards,Jelly Team 850Jelly repliedApril 6, 2017 at 3:53amHi,Then try again this custom style: .section.separator {margin-bottom: 0;} .section.separator .jt_row {padding-bottom: 0;} #footer {display: none;} Best Regards,Jelly Team 2Dan Chripczuk repliedApril 11, 2017 at 4:33amLooks like that worked, though still have a little white space on home page footer. Thoughts? 850Jelly repliedApril 12, 2017 at 9:13amHi,Maybe you can provide website address so I can check it?Best Regards,Jelly Team 2Dan Chripczuk repliedApril 12, 2017 at 4:43pmhttp://chriper.ddns.net 850Jelly repliedApril 13, 2017 at 6:46amHi,Please add this custom style: .section.separator .jt_row { padding-bottom: 0 !important; } Best Regards,Jelly Team Sign in to reply ...
Is there an easy way to hide or replace the "Thanks for Watching" Circle and associated content in the footer? CSS code?
Hi,
Yes, to hide it, you will need using this custom style:
Or if you want change the content in footer, please take a look in: Theme Option -> Contact/Footer Info.
Best Regards,
Jelly Team
Hi,
Then try again this custom style:
Best Regards,
Jelly Team
Looks like that worked, though still have a little white space on home page footer. Thoughts?
Hi,
Maybe you can provide website address so I can check it?
Best Regards,
Jelly Team
http://chriper.ddns.net
Hi,
Please add this custom style:
Best Regards,
Jelly Team