Author Topic: changing text in categories block  (Read 6896 times)

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
changing text in categories block
« on: March 04, 2013, 08:54:25 AM »
I am very happy with most of the layout on the default template, however I would like to change the size and color of the text in the categories block on my homepage. The list text is very small and gray. I want people to be able to see my list of categories that they can click on. I have been looking through my files, but am lost as to where I can change this.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: changing text in categories block
« Reply #1 on: March 04, 2013, 04:31:55 PM »
Try to change main font size in to 12px:
/storefront/view/default/stylesheet/stylesheet.css

Code: [Select]
body {
font: normal 11px Tahoma, Arial, Helvetica;
color: #000000;
background: #fff;
margin: 0px;
padding: 0px;
}

If this does not work try to add font and color to .category_list in the same file

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: changing text in categories block
« Reply #2 on: March 04, 2013, 05:11:56 PM »
That worked perfectly, thank you so much.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

 

Powered by SMFPacks Social Login Mod