Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: How do I change font colour in product links under pic  (Read 6226 times)

Offline Smash

  • Newbie
  • *
  • Posts: 32
  • Karma: +4/-0
    • View Profile
How do I change font colour in product links under pic
« on: June 01, 2014, 04:54:27 PM »
This may have been answered but I havent found it yet :-\

Can I change the font colour of the product link above the price and buy now text from orange to something else, I'm using Template2, I've changed some other things in CSS easily in the main stylesheet.

Is there a way of globally changing the colour in CSS

Thanks in advance

SUCCESS!!

I figured it out. If you want to change this colour. Go to the boxes.css

If you right click inspect element (using chrome) and look on the styles tab to the right of the window you will see the existing colour and essentially click on the boxes.css link to view stylesheet and where it is in the stylesheet. Copy the colour Hex code (text) and do a ctrl f and paste the code in to find where it is. Then copy a new hex colour code in as it is there. See below in red

.list .list_item img { border: 1px solid #ebebeb; }
.list .list_item .title { height:34px; overflow: hidden; }
.list .list_item .title a{
   font: bold 11px Arial, sans-serif;
    color: #30ad9e; //#ff7e00

What I did was quote out the original colour just in case I want or need it back.
« Last Edit: June 05, 2014, 06:00:00 PM by Smash »

yonghan

  • Guest
Re: How do I change font colour in product links under pic
« Reply #1 on: June 01, 2014, 09:22:37 PM »
Hi,great job and thanks for sharing the information here. :)

Offline Smash

  • Newbie
  • *
  • Posts: 32
  • Karma: +4/-0
    • View Profile
Re: How do I change font colour in product links under pic
« Reply #2 on: June 05, 2014, 05:31:52 PM »
Thanks Yonghan glad it was of use... just kept thinking till it dawned on me.. happy trails

 

Powered by SMFPacks Social Login Mod