I am sure this is a no brainer for some, but I'm a bit challenged in the css area. I am looking to change the product description font in RapidCart. I see ways to easily change the cart but not to change the product information. If someone could direct me to the how I would appreciate it.
thanks,
Linda
Linda
One man can make a difference and everyman should try.
JFK
Comments
http://support.omnidea.it/kb/rapidcart-manual/customization-using-page-inspector-header-css
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
One man can make a difference and everyman should try.
JFK
I have read this and tried out the bottom bar. Thanks for the info.
In my layout this renders the bar extremely close to the add to cart button etc and could you please give me the code to add a space between the end of the product and the bar.
TIA
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
I have taken the code out of the site as it didnt look good. Happy to put something up again to show you what I mean on a test site. Give me a day to put something up.
On another issue I do have a support ticket out for something else with RC
You can find it here
http://support.omnidea.it/discussions/rapidcart/1537-cart-on-site-loosing-products?anon_token=de21829f3221bf8f17c6d303fc54ed18890cbdc4
Getting the "cart emptying" issue sorted is imperative and I do really appreciate your organisations time in creating a solution to this asap.
TIA
Alix
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
Again TIA!!
Kind regards
Alix
She is handling your support request.
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
As promised, I have created a sandbox/test site at
http://www.alstonwebweavers.com/sandbox/rapidcart/pizza.html
All I have done is pull a RC page from my main site so that I can illustrate where the line in the particualr theme I was working in. How ever, I didnt need to change the theme as the black line is right up against the product in the theme I used for my test site too.
Also please ignore @import etc as these are not functioning because I only copied one page over to the test site for illustration.
TIA
Pizza Base product that uses inch instead of double quote stays in the cart.
We will fix it in next update.
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
Should I see any difference on the page layout?
Anyway we are holding conversation both here and on our support system.
Please summarize what are your existing problems with RapidCart after this latest fix.
RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
Your reply was to the problem of losing products in the cart when a visitor changes pages and not to the problem of the line being right against the product description.
So I have fixed the " issue on both text example and the real site, which you were dealing with thru your support forum.
Nothing seems to be different. And sorry if I have seemed confusing, Roberto....... I was sticking to the line issue as per subject of this thread and replying to your support team as to the losing products issue on your support site
So my issue is...... the break line solution referenced in this thread still bumps up agains the products. Is there a way to fix this?
My other issue I will answer on your support forum as I have been doing.
Sorry for any confusion and appreciate your help.
Use this CSS rule:
.rcItem table { margin-bottom: 10px; }RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea
To summarise for other people looking at this thread, the code/rules that worked was
.rcItem table { margin-bottom: 60px; } .rcItem { border-bottom: 2px solid black; }to put a black line under the products with a 60px gap between product and line.
Thanks again, Roberto.
Since getting the code from you to customise the product items I have been playing about with it and created this
.rcItem { padding-left:15px; padding-right:15px; padding-top:30px; padding-bottom:15px; border-left: 1px solid grey; border-right: 2px solid grey; border-top: 1px solid grey; border-bottom: 3px solid grey; } .rcItem {It works fine and I am extremely pleased with the change to the product items.
http://alstonwebweavers.com/sandbox/rapidcart/pizza.html
However, I am having problems getting the cart to show 2 columns even tho it is set on that.
Is there another bit of code that I can add to size the product boxes a bit smaller so that 2 column will show up on the page.
TIA
.rcItem.column2 { width: 41%; margin: 10px; }RapidCart 3, RapidLink, RapidMaps 2, RapidViewer and RapidBot.
www.omnidea.it
Follow us on twitter.com/omnidea