Show Posts


Messages - Smash

Pages: 1 2 [3]
31
Hi

Love abantecart have rocked trough it pretty quick and its great... BUT. Have come to a buffer.

How do I add a pdf link download in the description. I did a work around and it worked but only if Im signed in. I want a customer to be able to download the pdf from the description.

I realised later on trying (not signed in to admin) that it wouldnt download because i wasnt signed in I assume because I was allowed priviledges as admin on my machine. So my work around was null.

Thanks

Matt

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

Pages: 1 2 [3]

Powered by SMFPacks Social Login Mod