Shopping basket linked item style
Printed From: RomanCart.com Forum
Category: RomanCart
Forum Name: Suggestions and Improvements
Forum Description: If you think RomanCart needs to do something extra say it here!
URL: http://forums.romancart.com/forum_posts.asp?TID=12103
Printed Date: 22 March 2023 at 9:11am
Topic: Shopping basket linked item style
Posted By: rich-erich
Subject: Shopping basket linked item style
Date Posted: 15 November 2011 at 10:14am
Hi
In the basket can you remove the underline style for products that have got a return url. Or give us access to customize. It is sufficient just being in blue although a less harsh shade would be better. When you have a few items in the basket it is just a bit full on. Have a look at Amazon who do it well.
Thanks
------------- http://www.bikemaps.co.uk" rel="nofollow - Bike Maps
<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
|
Replies:
Posted By: Support James
Date Posted: 15 November 2011 at 11:54am
Hi Rich,
You can use CSS to define the colour of hyperlinks (but remember this will also change the colour of the remove button.
Just use the <style> tag in your header code for cart pages to define the colour of hyperlinks.
Thanks
James
|
Posted By: rich-erich
Date Posted: 15 November 2011 at 2:57pm
Hi James
You may have different classes for hyperlinks set up as at the moment the Remove link is not underlined. Also I cant change the item styles that are hyperlinked. eg by putting this into the header
<style type='text/css'> a:link { font-family: Arial, Helvetica, sans-serif; font-size: 0.76em; color: #0000FF; text-decoration: none; } a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 0.76em; color: #0000FF; text-decoration: none; } a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 0.76em; color: #D40055; text-decoration: none; } a:active { font-family: Arial, Helvetica, sans-serif; font-size: 0.76em; color: #0000FF; text-decoration: none; } </style>
------------- http://www.bikemaps.co.uk" rel="nofollow - Bike Maps
<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
|
Posted By: rich-erich
Date Posted: 18 November 2011 at 11:29am
Hi James
Unfortunately we cant change the item hyperlinks at the moment. We can change the Remove link however. So as a suggestion can it be done so we can either change the item hyperlinks to style we prefer or you adopt something similar to the Amazon item hyperlinks - the blue is less intrusive and no underlines which when you have a few items in the basket does not look good.
------------- http://www.bikemaps.co.uk" rel="nofollow - Bike Maps
<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
|
Posted By: House of Greco
Date Posted: 17 June 2018 at 9:50pm
This worked for me:
I added " !important " to the end of each property, like this:
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
a { color: black !important; text-decoration: none !important; }
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
It is after all, very, important.....
Good luck!
Sincerely,
Anna
|
|