What's your biggest current challenge? Have your say in Community Polls along the right column.

Menu font is stuck in capitalized formatting, i want it to be lowercase.

Solved

Menu font is stuck in capitalized formatting, i want it to be lowercase.

nialovemore
Tourist
3 0 1

Hi,  the menu on my "Enter page" and the menu on my other pages , as well as the drawer menu in mobile version are stuck with the font all capitalized. Please help! I would prefer it to either be all regular capitalization with only first letter like: This. or just be all lowercase.

 

  image_2024-11-24_200430720.png

 

image_2024-11-24_200650401.png

Additionally, my enter page has this color glowing text effect, is there an easy way for me to add that glowing text effect to the menu in my main website as well? 

 

enter page: https://nialovemore.com

main menu page: https://nialovemore.com/collections/all

Thank you!

Accepted Solution (1)
suyash1
Shopify Partner
10184 1258 1598

This is an accepted solution.

@nialovemore  for upper menu add this

 

.list-menu__item{-webkit-animation: pulse 1.5s ease-in-out infinite alternate;
    text-shadow: 0 0px #ef00ff, 0 0 10px #ef00ff, 0 0 15px #ef00ff, 0 0 35px #ef00ff;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
10184 1258 1598

@nialovemore - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

.menu-link, .collections_items a{text-transform: lowercase !important;}

.collections_items a{-webkit-animation: pulse 1.5s ease-in-out infinite alternate;
    text-shadow: 0 0px #ef00ff, 0 0 10px #ef00ff, 0 0 15px #ef00ff, 0 0 35px #ef00ff;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
nialovemore
Tourist
3 0 1

Hi Suyash1! Thank you for your fast reply! 🌹

 

your solution did work partially for the bottom menu but not the top menu! I will attach a photo of the updated changes. 

 

image_2024-11-24_202553369.png

 

I also notice the animation of the glow effect isnt moving, its just a static glow. its okay tho if you dont know. Thank you so much! 

suyash1
Shopify Partner
10184 1258 1598

This is an accepted solution.

@nialovemore  for upper menu add this

 

.list-menu__item{-webkit-animation: pulse 1.5s ease-in-out infinite alternate;
    text-shadow: 0 0px #ef00ff, 0 0 10px #ef00ff, 0 0 15px #ef00ff, 0 0 35px #ef00ff;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
nialovemore
Tourist
3 0 1

thank you so much for all you help!! you are my king, my savior, my angel 💜 lmaooooo

suyash1
Shopify Partner
10184 1258 1598

@nialovemore  do let me know if you have any more updates, you can message here or on the email below

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.