Jump to content

tuanphan

Circle Member
  • Posts

    65,221
  • Joined

  • Last visited

  • Days Won

    520

Posts posted by tuanphan

  1. On 2/9/2023 at 5:13 AM, BlayneG87 said:

    Hi @tuanphan

    I'm referring to the horizontal sticky navigation that's on each page.  I attached photo in my first post but here is another example from the About Us page:

    image.thumb.png.2e258eb20de46bd59b76465e0d5f00b9.png

     

    In fact, "Commitment to Equity" turns blue but none of the other links and I can't figure out why!

    Thanks!

    Edit second code to this

    a:hover, a:hover span {
        font-weight: bold;
        color: #5fb6e4 !important;
    }

     

  2. On 2/9/2023 at 6:41 AM, DCavallo said:

    Thank you for your persistence and additional code. Unfortunately the functionality of the mobile and desktop sites seem to be tied together in this issue--regardless of the new CSS, "full bleed" and "inset" for the video in question seem to affect both versions of the site. I can't get them to be independent.

    Best,
    David

    Can you send all current code in CSS box?

  3. On 2/9/2023 at 5:01 AM, Jenae said:

    Hi Guys!

    I figured it out.

    You have to add the !important to the hover line. Copy this code below and it will add the underline on hover.

    h1 a, h2 a, h3 a, p a {
      text-decoration: none !important;
    }

    h1 a:hover, h2 a:hover, h3 a:hover, p a:hover {
      text-decoration:underline !important;
    }

     

    The only thing I want to figure out is how to make the underline thinner because doing this code makes the underline quite thick. If anyone has that code to add in lmk

    You can use this code

    h1 a, h2 a, h3 a, p a {
      text-decoration: none !important;
    }
    
    h1 a:hover, h2 a:hover, h3 a:hover, p a:hover {
      border-bottom: 1px solid currentColor;
    }

     

  4. On 2/8/2023 at 2:08 PM, talesbydaniel said:

    Link to page below.

    I used CSS to insert "Credit: Bernard Škabar httpsČ//beno71.weebly.com". Can I actually the web address alive link?

    div#block-yui_3_17_2_1_1667194074784_11294:after {
        content: "Credit: Bernard Škabar https://beno71.weebly.com/";
        text-align: center;
      font-size: 15px,
    }

    Forest Dung Beetle — Tales By Daniel

    Why dont you add a Text Block with text + link then drag it under Image Block?

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