Jump to content

How to change categories link color and subheading color


Recommended Posts

Hi All:

I'm using Prestashop 1.4.1.0 and now I'm trying to build my own store theme.
But now i can't change the color of subheading in home text editor and in same case of categories text links.
I tried edit global.css in my theme folder but it was't work. Someone please help me.

Thank in advance.

Ps. I attached image where I want to edit please.

45763_um5WT00A03Let1km3tiN_t

45764_6uE4nVAuJhBmlv9yZX9O_t

Link to comment
Share on other sites

For Categories headings or block headings, is should under global.css

Look for = div.block h4 (edit this selector)
Also look for this = div.block h4 a

For the home page text heading, this should under editorial.css

Look for = .editorial_block h1 and change if you added the property color and it will override the h1 from the global.css which I think is what you wanted.

You need to know CSS to understand the CSS structure in prestashop.

Good Luck.

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...