Jump to content

tuanphan

Circle Member
  • Posts

    64,655
  • Joined

  • Last visited

  • Days Won

    516

Posts posted by tuanphan

  1. On 11/15/2023 at 6:07 PM, CoralJuneDesigns said:

    Hey all,

    I have a client who has an archive block to show categories on the side of her blog page for ease- all category links are working except for the  LGBTQIA+ I even tried to create a new category just adding a . in front and it still doesn't work (which is why there are 2 categories the same)? Any advice?

    https://www.katieallenconsulting.com/blog

    You try remove plus (+) from your category name and try again

    If it works, keep it, then we can try using CSS code to add + after category name

  2. On 11/13/2023 at 2:02 PM, WendyS said:

    Yes under the navigation items would be amazing! if you could let me know the code that would be amazing.  

    Don't remove any code in your current code. Add this code to Custom CSS

    @media screen and (max-width:991px) {
    .header-actions.header-actions--right, .header-actions-action {
        display: flex !important;
    }
    .header-actions.header-actions--right {
        position: absolute;
        top: 40px;
        right: 0;
    }
    }

    image.png.bd655db5df7118cff63cdcc63c4aa559.png

  3. On 11/12/2023 at 8:50 AM, cforestk said:

    @tuanphanThanks for your help. I have another question regarding my mobile menu subnav headings. I changed the font to the Menu heading and the subheadings but two of my subheadings that are folders to sub-sub-headings weren't affected by the code change. My website is www.forestforthetreesmedia.com. Could you take a look at it on mobile and see what I need to change so all the subheadings are affected. I tried a few different code inserts based on what I saw with Google Chrome Inspect but couldn't nail it down.

    I used this code to change the subheadings:

    div#mobileNav a {
        font-size: 26px !important;
    }

     

    Use this new code

    div#mobileNav * {
        font-size: 26px !important;
    }

     

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