Jump to content

Change font size of items in dropdown menu navigation

Recommended Posts

  • 1 month later...
On 2/2/2021 at 7:01 PM, Jess02 said:

Hi there, I would also like to make the drop down navigation font size smaller. I am using the Tresoire template and the main navigation size is 1rem. So ideally the drop downs would be 0.8rem. How would I do this? 

 

 

Can you share site url? We can help easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
9 hours ago, Robertjoseph said:

Having the same problem on https://gecko-kangaroo-fesb.squarespace.com/

I have tried the CSS - as you will see from the attached

 

Thank you for your help

Your CSS for Well or Wexley template

Add this CSS

/* dropdown menu text size */
@media screen and (min-width:992px) {
.container.header-menu-nav-item a {
    font-size: 10px;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Also, I asked the question elsewhere but haven't seen a response.
If you look at the home page you'll see a vimeo video that loads well and looks good (I think) on desktop/tablet
On Mobile however. as you can see, it is cropped. Is there a CSS to resize for mobile, please?
And finally(!)
Hopefully a simple question. On Blog2 ('Words' on my menu) the images heading the blogs appear on the gallery. When I add new posts however, this doesn't happen 

Thank you very much for your help

Screen Shot 2021-05-07 at 23.09.00.png

Screen Shot 2021-05-07 at 23.09.19.png

Screen Shot 2021-05-07 at 23.34.51.png

Screen Shot 2021-05-07 at 23.34.26.png

Link to comment
On 5/9/2021 at 10:28 PM, Robertjoseph said:

Yes please. I was about to ask!

Add to Design > Custom CSS

/* Desktop burger item spacing */
@media screen and (min-width:992px) {
.container.header-menu-nav-item a {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
}

With video

Answered your email

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/18/2021 at 6:56 PM, Robertjoseph said:

Did you have any thoughts about the other two questions in my thread (Blog 2 images and Changing video width on mobile)?
I'd be very grateful!

I think I answered video in another post??

With blog, have you added image here yet?

image.thumb.png.b7d01ce97b39f1ba10f567a480e99c75.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 months later...

Hello,

I would also like to tweak the style of my dropdown menu : I would like the dropdown menu items to be Capitalized (not Uppercase like the main navigation menu) and a slightly smaller font size.

Here is the website URL: www.olive-groves.fr

This is the Marta template, Squarespace 7.0

Would anyone be able to assist with Custom CSS?

Thanks!

 

Link to comment
23 hours ago, CamilleOG said:

Hello,

I would also like to tweak the style of my dropdown menu : I would like the dropdown menu items to be Capitalized (not Uppercase like the main navigation menu) and a slightly smaller font size.

Here is the website URL: www.olive-groves.fr

This is the Marta template, Squarespace 7.0

Would anyone be able to assist with Custom CSS?

Thanks!

 

Add to Design > Custom CSS

a.Header-nav-folder-item {
    text-transform: capitalize;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 6 months later...

Hello,

I'm having this issue as well, none of the previously mentioned CSS codes have worked for my template unfortunately. Im currently using the Mojave template. The drop down menu when you hover over the "Work" navigation is currently so large it's spilling off the page. Is there any code that can fix the width and allow for custom font size and spacing?

My URL is https://www.rileyhowland.com/

Thank you!

Link to comment
On 4/17/2022 at 4:46 AM, rileyhowland said:

Hello,

I'm having this issue as well, none of the previously mentioned CSS codes have worked for my template unfortunately. Im currently using the Mojave template. The drop down menu when you hover over the "Work" navigation is currently so large it's spilling off the page. Is there any code that can fix the width and allow for custom font size and spacing?

My URL is https://www.rileyhowland.com/

Thank you!

Add to Design > Custom CSS

a.Header-nav-folder-item {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 year later...

Hi there, 

I would really love to adjust (way smaller) the font size of the dropdown in the mobile version of my website: www.customodes.com and I would really love a little more "blanc" space below the "Get Started" button.

Do you have advice? Look forward to hearing from you! 

Cheers,

Joanna

Scherm­afbeelding 2023-05-31 om 12.43.33.png

Link to comment
On 5/31/2023 at 5:51 PM, joannatoetenel said:

Hi there, 

I would really love to adjust (way smaller) the font size of the dropdown in the mobile version of my website: www.customodes.com and I would really love a little more "blanc" space below the "Get Started" button.

Do you have advice? Look forward to hearing from you! 

Cheers,

Joanna

Scherm­afbeelding 2023-05-31 om 12.43.33.png

You can add this code to Design > Custom CSS

/* Mobile Dropdown Menu */
.header-menu-nav-folder-content * {
    font-size: 14px;
}
.header-menu-cta {
    position: relative;
    top: -50px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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