Jump to content

Shadmon

Circle Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Shadmon

  1. Sure, you can use the squaresapce icon. Just replace the value on this code :

    Here is the dropdown icon code:

    .Mobile-overlay-nav-item--folder::after {
        content: '\00BB';
    }

    Here is the before icon code:


    .Mobile-overlay-folder-item--toggle::before {
        content: '\00AB';
    }

    squarespace-ui.gif.0e8f80437d02ce460b20739c506ee884.gif

  2. Here is the CSS code that will ensure your slider text is responsive on both desktop and mobile devices. You can add this code to Website > Website Tools > Custom CSS

    #home-hero-slideshow-banner .Index-gallery-item-content-heading {
        font-size: 3em;
        padding-bottom: 5rem;
    }
    @media screen and (max-width: 640px) {
    #home-hero-slideshow-banner .Index-gallery-item-content-heading {
        font-size: 2em;
    }
    #home-hero-slideshow-banner .Index-gallery-control {
        margin-top: -130px !important;
    }
    #home-hero-slideshow-banner {
        height: 45vh;
    }
    #home-hero-slideshow-banner .Index-gallery-item {
        height: 40vh !important;
    }
    }

  3. If you want to change the overlay color of the background image by CSS. Then here it is:

    [data-section-id="6545523923d13742e6e76fe4"] .section-background-overlay {
        background-color: #000;
    }

    But, I suggest you change the overlay color from (in Styles -> Color, and pick the relevant theme) as Ziggy mentioned.

    I hope it helps!

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