Can't customize font color on pages or font family in my theme

Can't customize font color on pages or font family in my theme

kaizeneyesllc
New Member
4 0 0

I have been building a site for the past few weeks and the theme I purchased doesn't seem to allow for me to customize my font. I have a pretty solid understanding of html and css, but even when I try and add code in, it doesn't seem to allow me to change the font family or font color on the site.

 

Here's a bit more detail on what I'm running into:  

- Only able to have one font color for the entire site - whenever I add the correct code to change font color on a specific page or section, nothing changes. 

- Cannot change the font family of the site at all - whenever I click a new font, nothing changes. 

 

Can someone help me look into this? I believe there is some code that is overriding any of my attempted changes, but I can't find it. Is there any way for someone to look at my site's theme and help me make those changes? Any help would be greatly appreciated, thank you!

 

Replies 8 (8)

websensepro
Shopify Partner
1903 229 270

Hi @kaizeneyesllc , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
kaizeneyesllc
New Member
4 0 0

site url is kaizeneyes.com and password is KZHARF1212 - let me know if that is what you were looking for, thank you!

websensepro
Shopify Partner
1903 229 270

@kaizeneyesllc 

Tell me which section should have which font family and font color.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
websensepro
Shopify Partner
1903 229 270

@kaizeneyesllc 

Only this is being displayed on your store.

websensepro_0-1736749351660.png

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
kaizeneyesllc
New Member
4 0 0

That is strange, the site is displaying correctly for me. Not sure why that is all that is showing for you. Can you try again?

 

As for font family and color, is there any way to make it customizable? I would need to see the different font families to be able to decide which one I want. For font color, there are a lot of different sections that I'd like to customize directly - it would be far too much to list out. Are you able to look at the code and see why I can't customize each section? For example, if I am in my slideshow section, I want to be able to put in custom css to change the color for that section - right now, I can't do that. 

websensepro
Shopify Partner
1903 229 270
 

When you give font color or font size, also add !important like this:

 

font-size:: 16px !important;"
font-family: sans serif !important;

 

 like this

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
kaizeneyesllc
New Member
4 0 0

That seems to have worked, thank you so much! Final question, is there a way to do a site-wide font-family change? The fix you sent works for specific pages, but for the font I would like to change it across the entire site. Let me know, thanks again!

websensepro
Shopify Partner
1903 229 270
*{
 font-family: sans serif !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP