Jump to content

How to change the color of the main font


Recommended Posts

I'm using Presta Shop 1.5.4.1 and the default theme. I have a custom blackish background so I need the fonts to be white. i found the parts the in global.css that change the font color of the left side, but not for the main content part like the product headline and the product description.

 

Any one can point me to where I can do that?

Link to comment
Share on other sites

f you want to change other stuff, you have to know how to use CSS styles

for example, anhors have got another definition of the color...

the same as colors in the top menu. (moreaover - totally different file)

Link to comment
Share on other sites

#viewed-products_block_left li .text_desc p, #viewed-products_block_left li .text_desc p a {
padding-bottom: 0;
line-height: 14px;
color: #666;
}

global.css

 

 

 

#featured-products_block_center .product_desc, #featured-products_block_center .product_desc a {
color: #666;
}

homefeatured.css

 

 

 

 

#new-products_block_right dd, #new-products_block_right dd a {
color: #666;
}

blocknewproducts.css

 

 

 

 

you have to check modules css files

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...