Jump to content

C-bear

Member
  • Posts

    37
  • Joined

  • Last visited

Posts posted by C-bear

  1. @tuanphan 

    Thank you so much for your help but when I paste the code into custom css it says syntax error, I couldn't find where 'code injection > footer' is 😞

    I would love to be able to add a title & subheading to each different category page on the shop if possible please 🙏 

    https://dinner-with-friends.com/dinner-with-friends

    https://dinner-with-friends.com/dinner-with-friends?category=Digital+Downloads

    https://dinner-with-friends.com/dinner-with-friends?category=Dinner+Al+Fresco

    https://dinner-with-friends.com/dinner-with-friends?category=Dinner+at+Home

    https://dinner-with-friends.com/dinner-with-friends?category=Dinner+With+Friends

    And also on the templates page: (https://dinner-with-friends.com/templates)

    Thank you so much!

  2. Hello,

    I would love to be able to add a subheading to each page on my shop. They are currently organised by categories, but there isn’t an option to add a title or heading to describe what page they are on.

    I would also love to add an animated underline beneath each category title to show which page is active, is this possible?

    And lastly, the social icons in the footer aren’t editable, I wanted to make them the same navy blue colour that I have on the rest of my website but I can’t seem to be able to edit them, please let me know if this is possible too?

    Thank you so much for your help in advance!

    Chloe

    My website url is:

    https://dinner-with-friends.com/dinner-with-friends

  3. I have started with the Indigo template for my new site, I am unable to edit the navigation headers from the original products to the name of my products. (I am selling art prints, the original site was selling blankets/bowls etc)Screenshot2023-04-04at14_27_37.thumb.png.6ae474f4c3f6199aae1ca67336a27380.png

    Similarly, the sidebar navigation had an extra panel next to it with the logo & an email subscribe button which I didn't want so deleted, but the blank panel is still there and I am not able to delete it, any help on either of these would be much appreciated 🙂

     

    Screenshot2023-04-04at14_27_47.thumb.png.818338be76ffaf8d66fdaccbcc13159d.png

  4. On 10/26/2022 at 6:20 PM, sayreambrosio said:

    I don't know how to change the font on hover but I have mine set to italicize on hover with the code below.

    // ITALIC HOVER FOR NAV LINKS
    header nav a:hover{font-style: italic;}

     

    Also, I would like the hover to be italicised as well but this doesn't work alongside the other code, is there a way to have both?

    So ideally on hover only: Times new roman, lowercase & italicised 🙏

    Whilst the navigation remains as the original uppercase font, not italic

    Thank you so much x

  5. Hi, 

    I would like to change the font of the word in the menu/navigation bar on my site.

    I love the font I have so would like to keep that, and only when hovering the navigation bar I would like it to reveal a different font. (whilst also keeping my current animation of the line moving across the bottom of each word on hover)

    Thanks so much!

  6. 6 hours ago, tuanphan said:

    Try this new code

    nav ul li a:after {
        content: "";
        background-color: blue;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease;
        border: none !important;
    }
    nav ul li a:hover:after {
        width: 100%;
        transition: all 0.3s ease;
    }
    nav.main-nav a:hover{
        border: none !Important;
    }

     

    That's worked perfectly thank you so much, the only thing is the underline is a little too close to the title, would it be possible to make the gap between the underline and the title the same as "Shop" in the picture attached?

    Screenshot 2022-04-26 at 17.06.23.png

  7. 5 hours ago, tuanphan said:

    With underline, add this to Design > Custom CSS

    li.gallery-collection a:after {
        content: "";
        background-color: blue;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease;
    }
    nav.main-nav li.gallery-collection a {
        position: relative;
        border: none !important;
    }
    li.gallery-collection a:hover:after {
        width: 100%;
        transition: all 0.3s ease;
    }

     

    Thank you so much! This worked perfectly but only for one title "illustration" not all of them?

  8. On 4/21/2022 at 6:39 PM, creedon said:

    Add the following to Design > Custom CSS.

    #topNav nav .folder ul li a {
    
      margin-left : 7.5px;
      margin-right : 7.5px;
      padding-left : 0;
      padding-right : 0;
      padding-top : 0.5em;
      
      }

    This is for v7.0 using the Wexley template.

    Let us know how it goes.

    Omg it's perfect thank you so much!!

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