Jump to content

BrillWebsites

Circle Member
  • Posts

    15
  • Joined

  • Last visited

Personal Information

  • Location
    Glasgow, Scotland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BrillWebsites's Achievements

  1. Something like this would work in custom CSS. .header-actions a[href="https://www.lumaral.com/contact"] svg{ display: none; } .header-actions a[href="https://www.lumaral.com/contact"]::after{ content:''; background-image: url('https://image.flaticon.com/icons/png/128/2089/2089181.png'); background-size: cover; width: 18px; height: 18px; display: block; }
  2. Hi, You have errors in the first 2 font-face tags. The url should be within the parenthesis () - like you have in the media query below. Plus the 2nd one has 2 urls together. Should be: @font-face { font-family: Classico; src: url('https://static1.squarespace.com/static/605f4ff1a45fbc59069babdc/t/606f07e087c8fc5a71d384f9/1617889248411/Classico.otf'); } @font-face { font-family: Classico-Bold; src: url('https://static1.squarespace.com/static/605f4ff1a45fbc59069babdc/t/606f094d3062b77635fbb408/1617889613671/Classico-Bold.otf'); } That should sort it.
×
×
  • 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.