Okay
  Public Ticket #958511
Footer
Closed

Comments

  •  2
    Dan Chripczuk started the conversation

    Is there an easy way to hide or replace the "Thanks for Watching" Circle and associated content in the footer? CSS code?

  •  840
    Jelly replied

    Hi,

    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

  •  840
    Jelly replied

    Hi,

    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

  •  2
    Dan Chripczuk replied

    Looks like that worked, though still have a little white space on home page footer. Thoughts?

  •  840
    Jelly replied

    Hi,

    Maybe you can provide website address so I can check it?

    Best Regards,
    Jelly Team

  •  2
  •  840
    Jelly replied

    Hi,

    Please add this custom style:

    .section.separator .jt_row {
        padding-bottom: 0 !important;
    }
    

    Best Regards,
    Jelly Team