Jump to content

tuanphan

Circle Member
  • Posts

    66,561
  • Joined

  • Last visited

  • Days Won

    532

Posts posted by tuanphan

  1. To get burger show on desktop, you can add this to Design > Custom CSS

    /* 768 for tablet - desktop - 992 for desktop */
    @media screen and (min-width:768px) {
     /* hide navigation */
        .header-nav {
        display: none;
    }
    /* Hide header button */
    .header-actions {
        display: none;
    }
    /* show burger */
    .header-burger {
      display: flex;
    }
    /* Show overlay mobile menu */
    .header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
    }
     .header-display-desktop {
        flex-direction: row-reverse;
    }
    }

    image.thumb.png.4eb57d355295bba63a6bba00705aab95.png

    If you need more tweak with burger, you can send, we can check easier

    image.thumb.png.3088657bfb9b3b03aa467c3b1e944488.png

    You want to do this for homepage or which page?

  2. Add to Design > Custom CSS

    a#site-title:after {
        content: "";
        background-image: url(https://images.squarespace-cdn.com/content/v1/640f9160bcd8ff4599c2695e/1d6e7ee5-aa9a-4555-8f36-769e6cd371c3/Sk%C3%A6rmbillede+2023-03-20+kl.+12.22.58.png?format=500w);
        background-size: cover;
        background-position: center center;
        width: 100px;
        height: 70px;
        display: block;
        margin-left: 10px;
    }
    a#site-title {
        display: flex;
        align-items: center;
    }
    @media screen and (max-width:767px) {
        a#site-title {
            flex-direction: column-reverse;
        }
    }

    image.png.409437f9bef3cfecdef6d92c1fc00cd3.png

    image.png.494dad209d59ce81c0a33b91b3c4114d.png

  3. On 3/21/2023 at 5:41 PM, Elisabethh said:

    Hello all, I am struggling with a similar issue. I am trying to obtain the following:

    - on Index Page, Gallery: on hover > Image Overlay with white overlay, 0,4 transparency

    - on Index Page, Gallery: Show title + text on hover

    Webpage: https://pale-studio.com/

    Looking forward to your anwers,

    Elisabeth

    Hi,

    Which section are you referring to, can you take a screenshot?

    I can't find gallery on header menu

×
×
  • 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.