RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Suggestions and Improvements
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

Shopping basket linked item style

 Post Reply Post Reply
Author
Message
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Topic: Shopping basket linked item style
    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
Bike Maps

<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
Back to Top
Support James View Drop Down
RomanCart Team
RomanCart Team


Joined: 30 November 2010
Location: Bath
Status: Offline
Points: 773
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support James Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post 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>
Bike Maps

<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post 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.
Bike Maps

<font color=BROWN>Mountain Bike Maps & Guides [/COLOR]
Back to Top
House of Greco View Drop Down
Newbie
Newbie


Joined: 17 June 2018
Location: Felton, CA
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote House of Greco Quote  Post ReplyReply Direct Link To This Post 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



Edited by House of Greco - 17 June 2018 at 9:58pm
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.063 seconds.