Jump to content

SW_2020

Circle Member
  • Posts

    18
  • Joined

  • Last visited

Posts posted by SW_2020

  1. I'm working on a site where I added a custom menu on the desktop and now the mobile menu is not working. The menu on mobile has a .> as in the picture attached.

    https://earthworm-star-ema4.squarespace.com/

    PW: BuildersofBrands

     

    /* Dropdown */
    .header-nav-folder-content {
    background: #231F20 !important; }
    .header-nav-folder-title::after {
      content: ".";
      display: inline-block;
      width: 40px; /* Adjust width as needed */
      height: 30px; /* Adjust height as needed */
      background-image: url('https://static1.squarespace.com/static/66688df9e62afc1de9390d86/t/66a7aed614368a696268f994/1722265302643/Nav_Icon_noCircle.png');
      background-size: contain; /* or contain, depending on your preference */
    }
    .header-nav-folder-item { a { 
    color: #ffffff !important; 
    padding: 15px !important; }}

    .header-nav-folder-item {
       font-family: "Oswald", !important;
    }

    /* right menu */
    .header-title-nav-wrapper {
        flex: 1 .1 100%;
        flex-direction: row-reverse;
    }
    .header-nav {
        text-align: right;
    }
    .header-title-logo {
        text-align: center;
    }

    /* center logo */
    .header-title {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 9999;
        text-align: center;
    }
    .burger-inner {
        display: none !important;
    }

     

     

    Screen Shot 2024-08-20 at 10.41.51 PM.png

    Screen Shot 2024-08-20 at 10.41.59 PM.png

    Screen Shot 2024-08-20 at 10.42.05 PM.png

  2. I'm using the code below to change an image from b/w to color and reveal text. It's working but I'm having trouble adding a second line under the name as shown on 3rd image.

     

    /* Change Image on Kent - Our Story  */
    #block-d4c837fbd58a4803d810 {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
    }
    #block-d4c837fbd58a4803d810:hover {
      opacity: 1;

    .sqs-block-content:after{
      content:'Kent Breard';
      position: absolute;
      top: 170px;
      padding: 50px;
      font-weight:bold;
      color:white;
      font-family:Oswald!important;

      }
    }

     

     

    Screen Shot 2024-07-02 at 3.58.48 PM.png

    Screen Shot 2024-07-02 at 3.58.52 PM.png

    Screen Shot 2024-07-02 at 12.27.10 PM.png

  3. Need a little help on this slider with videos that were added to Squarespace.

    Once you cycle through the videos it will show a blank space for the first screen and by clicking the arrow to the next screen the video will flash for a second as it moves to the next video. This also happens from the start by clicking the Left Arrow.

    https://mayflower-bluebird-pch2.squarespace.com/animations

    PW: be-next

  4. Where would you add the open in new tab on this code?

     

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
        $('.header-title-logo a').attr('href','https://beaverhero.com');
    });
    </script>
     

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