May I ask a quick question?
How do I modify the text weight for the links "continue shopping" and "checkout" under the cart contents?
The links are so small...
Thanks!
StoryBook
Oh, the cart in question is http://www.mudpuppymolds.com
Printable View
May I ask a quick question?
How do I modify the text weight for the links "continue shopping" and "checkout" under the cart contents?
The links are so small...
Thanks!
StoryBook
Oh, the cart in question is http://www.mudpuppymolds.com
Looks like you don't have buttons uploaded at all and what it's showing is the "alt" of all the buttons. There's a "buttons" folder with the template files you have to upload. If you don't want buttons, then you will need to edit your english file (includes/language/sophybluegr/english.php).
Have fun!
Ah, that was it, kind of. Once I knew what to look for, I was able to fix it. I had CSS buttons enabled for an earlier template which I replaced with your template.
All I had to do was disable CSS buttons, and your pretty buttons appeared.
Thanks for your help, and thanks for such a nice template.
To be honest, your template saved this ZenCart from becoming another OSCommerce site just like our main site. I was becoming really frustrated with the look and feel, and to tell the truth, modular CAN make customizing a bit more difficult to the newbie.
Keep up the great work!!
StoryBook
Hi,
I was trying to change the font color of the side content.
Tried almost ervything to change te color so far only the heading changed.
i would like to have te same color for mouse over link also.
now it is white or somthing like that and for mouse over black orso.
can you point me to the right direction please?
Nevermind founf the answer here
http://www.zen-cart.com/forum/showth...=color+sidebox
Last question (I think).
I need to add a little padding between the images in the Category product list view. See here:
http://www.mudpuppymolds.com/index.p...ex&cPath=22_24
I would like it to look a little more like the all products list view, see here:
http://www.mudpuppymolds.com/index.p...e=products_all
Really, I just want to separate the images a little so the listing looks cleaner.
Any Ideas? (pun intended) :smile:
StoryBook
Thanks for this beautiful template! I was headed to oscommerce just before I found it.
I'm very new to Zen cart but I'm figuring stuff out and have a question. I have an odd thing showing up and it's hard to find because it has the same wording as a category.
http://cushings-info.com/zen/index.p...=index&cPath=2
The breadcrumb reads Home :: Cushing's Awareness Products
Then the category is this Cushing's Awareness Products
The next one is the one I don't want: Cushing's Awareness Products
It's a much smaller font but it's still visible to me.
If you click on one of the products, it becomes a link back to http://cushings-info.com/zen/index.p...=index&cPath=2
It's circled in red in the screenshot below
http://www.cushingsonline.com/images/error.gif
Does this make sense and is it (easily) fixable?
Thanks for all your hard work on this template and answering all these questions!
That small text is where the category image would appear if you had one. I haven't looked to see how to eliminate it. I use it as a reminder to load an image for the category.
Great - thanks!
I got confused with so many places having the same text.
Storybook ... I had the same problem as you ... I added the following in my css stylesheet and it worked like a charm ... hope this helps
#productListing IMG {
padding: 0.7em;
}