Jump to content

GeorgeSlade

Circle Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by GeorgeSlade

  1. On 2/16/2021 at 1:51 PM, tuanphan said:

    Add to Design > Custom CSS

    
    /* Shop link effect */
    .category-link:after {
        content: '';
        background: #000;
        height: 2px;
        width: 0;
        display: block;
        margin-top: 2px !important;
        transition: width 1s;
        margin: 0 auto;
    }
    .category-link:hover:after {
        width: 100%;
    }

     

    Thanks i adapted it slightly as wasn't right inital result i managed to get something we are happy with by changing to 

    /* Shop link effect */
    .category-link:after {
        content: '';
        background: #000;
        height: 2px;
        width: 0;
        display: block;
        margin-top: 2px !important;
        transition: width 1s;
        margin: 1 auto;
    }
    .category-link:hover:after {
        width: 12%;
    }

     

    thanks again for the help

  2. 20 hours ago, tuanphan said:

    Can you share your site url?

    Its in the first post i made above your reply.

    https://www.fab-medical.com

    On 2/13/2021 at 1:23 PM, FABMedical said:

    Site URL: https://www.fab-medical.com

    Hi All i am attempting to replicate the underline effect that my menu bar has at the top of the website on the category names in the list on the sidebar of the shop page any help is much appreciated.,

     

    https://www.fab-medical.com

     

     

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