Re: Footer Text Colour on Sidebar Menu on Mobile

Solved

Footer Text Colour on Sidebar Menu on Mobile

Jess1508
Tourist
5 0 1

Hi, 

I am using Brooklyn theme and when on the mobile version of the site the footer options appear on the sidebar-menu. How do I change the text colour of the footer menu options on the sidebar? 

They are currently grey but wanting it to be white instead. 

Screenshot attached.  

Screenshot 2021-09-16 at 17.34.24.png

Thank you, 

Jess

 

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hi,

Add this code to the bottom of theme.scss.css

.mobile-nav__item--secondary a {
  color: #fff;
}

 
You can change the RGB color code to your preference
https://www.rapidtables.com/web/color/RGB_Color.html

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Reply 1 (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

Hi,

Add this code to the bottom of theme.scss.css

.mobile-nav__item--secondary a {
  color: #fff;
}

 
You can change the RGB color code to your preference
https://www.rapidtables.com/web/color/RGB_Color.html

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).