On the products listing pages how do I change the font size and make the weight normal. I am not familiar with the .em size function. It is just too big on my products listing page.
http://www.sterlingestatesales.com/i...x&cPath=16_154
On the products listing pages how do I change the font size and make the weight normal. I am not familiar with the .em size function. It is just too big on my products listing page.
http://www.sterlingestatesales.com/i...x&cPath=16_154
You mean the item name..??
If so, try adding this to your stylesheet :
just add the whole codes. hope this helps...itemTitle {
font-weight: lighter;
}
That worked great, thank you. On the same page I need to remove this:
Displaying 1 to 60 (of 85 products) 1 2 [Next >>]
Product Image
I looked in the product info php file and css. I will see if I can find it in the developers tool kit but if you happen to know right off please let me know.
im not sure if this works.. but you can give it a try. and please be sure you backup your stylesheet first.
add this code to your stylesheet:
i think it can disable ' Displaying 1 to 60 (of 85 products) 1 2 [Next >>] ' on the page. but im not sure if its apply to all pages..#productsListingTopNumber, #productsListingListingTopLinks {
display: none;
}
anyways, you have a lots of nice products there..![]()
Perfect! Thank you so much. I used to be quite familiar with the css but since the upgrade it looks so different and greek to me. I've been taking care of an ill mother and haven't been working on my site for several months so getting back into it is difficult. I'm having to re-learn how things work. I had someone do an upgrade for me and a few things got changed and now I'm trying to put it back the way it was. I am really not familiar with the new way they are doing the font size (em rather than px) and the order of things in the css look different since the upgrade.
Thanks for your help. Hopefully I can tweek the rest without help. Thank you also for the nice comment about my site. Unfortunally I don't get much traffic and have only sold 3 things in the last year. I may just give this up since it hasn't turned out to be worth the effort.