Jump to content

mrpower

Member
  • Posts

    13
  • Joined

  • Last visited

Community Answers

  1. mrpower's post in CSS <content> is overwriting my SVG logo was marked as the answer   
    SOLVED: Removed the custom code from the header and included it in the footer.
    <!---SVG LOGO--->
    <style>
    /*Hide PNG Logo*/
    .header-title-logo img, .header-mobile-logo img{
          visibility: hidden !important;
      }
      
    /*Replace with SVG Logo*/
    div.header-title-logo a, .header-mobile-logo a{
        content: url('/file.svg') !important;
          max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    </style>
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.