Dawn theme Pages - Change colour

Hello, HELP please!

I want to change the colour of the quick link pages for my shopify and cant seem to get it to work. I have somehow edited in the past but it’s the incorrect colour and I cant work out how to update it. I want it to be in the #F3F3F3 colour. - link is louloushop.com.au and the password is rtaiyu -


thanks so much in advance.

1 Like

Hi @LouLouShop_24

This is Amelia 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

#MainContent a {

color: #F3F3F3 !important;

}

Hope that my solution works for you.

Best regards,

Amelia | PageFly

Hi @LouLouShop_24 ,

Please see the solution below:

  1. In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the three dots next to the theme you wish to edit, then select “Edit Code”.

  2. Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file)

Add this CSS code:

.header__menu-item {

    color: #F3F3F3;

  }

Please note that the background and font colors are the same now, and we can’t read the menus. So please replace the color code #f3f3f3 with a readable color.

If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

Hi @LouLouShop_24

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
#MainContent a {
color: #f61212 !important;
}