Jump to content

change catergory name color


Recommended Posts

how to change the color of the category name

This is in the central column and can be seen in the attached image

i have also provided the console on the left

" WOMENWEAR" COLOUR HAS TO BE CHANGED FROM #fff to #000

Please help me by telling where to paste the necessary code.

also in which css folder precisely.

 

 

post-1008092-0-83414500-1431860456_thumb.jpg

Link to comment
Share on other sites

You can check that by yourself by disabling CCC for css in back office > advanced preferences > performance 

and clearing cache. Then you will see it is category.css.

 

 

 

 

P.S. Please do not  double or triple post same topic.

Link to comment
Share on other sites

disabled CCC for css in back office

In category.scss 

i changed 

color: $light-text-color

to

color: $dark-text-color

 

RESULT - THE CATEGORY NAME COMPLETELY DISAPPEARED

 

SO I UNDID IT

 

color: $dark-text-color

to

color: $light-text-color

 

RESULT - YET THE CATEGORY NAME IS COMPLETELY DISAPPEARED

 

What mistake did I do.

How should i do it correctly?

Please see the ATTACHMENT

 

APOLOGIES FOR REPEATING THE SAME POST IN DIFFERENT PLACES.

 

post-1008092-0-74408700-1431869032_thumb.jpg

post-1008092-0-74716200-1431869375_thumb.jpg

post-1008092-0-86851400-1431870214_thumb.jpg

Edited by info99 (see edit history)
Link to comment
Share on other sites

Hello

 

as razaro has said, and assuming you are using default theme then you need to find this code around line 17 in category.css

 

  .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px; } }
  .content_scene_cat span.category-name {
    font: 600 42px/51px "Open Sans", sans-serif;
    color: #fff;                             (change this to: #000)
    margin-bottom: 12px; }
 
Result:
 
PS. their is no need to PM me to get help, you will always find it on the forum if you wait a little.
 
@razaro,
I have also found that if you use Chrome developer tools that you get scss but if you click on it it will take you to the correct css line, this is a bit confusing if you are not aware that this happens. I do not know if this is how it should work or wether it is a problem with Chrome.
 
Paul
  • Like 2
Link to comment
Share on other sites

Thank you Razaro and Paulito ( Very well explained )

 

I HAVE ONE MORE ISSUE

 

I Want to increase the distance between the products , Padding or distance increasing whatever it is called perfectly for the following page which is attached.

 

PLEASE SOLVE THIS ALSO GUIDING ME WHICH CSS FOLDER TO MAKE THE CHANGES.

 

 

post-1008092-0-16356700-1431881925_thumb.jpg

Edited by info99 (see edit history)
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...