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

Re: FOOTER COUNTRY/REGION AND LANGUAGE SELECTOR COLOR CHANGE

Solved

FOOTER COUNTRY/REGION AND LANGUAGE SELECTOR COLOR CHANGE

Rose121994
Explorer
50 1 7

Hello,

 

I want to be able to change the color of the country/region and language bar to white and the text to a different color. Can someone please help me by providing a code in which it facilitates the change of the color.

 

Thank you in advanced. 

 

Screen Shot 2023-10-22 at 12.51.15 AM.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @Rose121994 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {

    background: white !important;

    color: black !important;

}

PageFlyHenry_0-1697969804933.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @Rose121994 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {

    background: white !important;

    color: black !important;

}

PageFlyHenry_0-1697969804933.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Rose121994
Explorer
50 1 7

@PageFly-Henry Perfect it worked. How can i change the menu dropdown color. Please see attached image. Screen Shot 2023-10-22 at 1.05.57 PM.png

Rose121994
Explorer
50 1 7

Hi @PageFly-Henry Hope all is well. I'm just following up on the previous message. 

How can i change the menu dropdown color. Please see attached image. 

Thank you in advanced for the help. 

Screen Shot 2023-10-22 at 1.05.57 PM.png

chutibaby
Visitor
2 0 0

Hi i want to get this tap but i don't know what is this app or original by shopify?

05ilz
Tourist
3 0 3

What was the code for this?