Certain parts of website can't be customized with color scheme

Certain parts of website can't be customized with color scheme

lulocreatives
Shopify Partner
1 0 0

Hi everyone,

I've noticed that certain pages/areas of the websites can't be customized with a color scheme. How do you go about making everyone one color scheme? I am currently creating a website with the refresh theme. For example the "Search" page and "customer" pages are different from the theme I want and I am wanting to change them so everything matches.

Replies 2 (2)

osamafarooqi71
Shopify Partner
259 22 44

Hey @lulocreatives , It depends on the theme coding that how the theme developer implemented the logic. Usually you can adjust the styling like color, font etc from theme settings.

If you don't find option there or the some parts of theme looks different then you can add custom code to manually overwrite the theme default styling.

 

Hope it'll help you. If you still have any concerns please feel free to reach out to me.

 

Regards,

Osama Farooqi 

Shopify Theme Developer | Contact me | Hire expert
- Was my reply helpful? Click Like 🙂 to let me know | Buy Me Coffee
- Was your question answered? Mark this as Accepted Solution

bryan76
Trailblazer
251 6 49

some pages might default to the theme colors you set up such as: background1, background2, accent1, accent2

 

you can change anything and everything you want in the section by typing code into the custom css box.  for example: {background-color: black;} or div {font-size: 50px;}