How to add a product description to the product selector page in SchemeServe...
Ever wanted to tell customers a little bit more about the products that you offer or guide them as to which is for them? Why not try adding the following CSS to your custom CSS pages?:
#ctl00_MainContent_SchemesList > li a{font-weight:700 !important}
#ctl00_MainContent_SchemesList > li:nth-child(1) > a:after {
content: "\000A INSERT PRODUCT DESCRIPTION HERE"; font-weight:200; white-space:pre}
All you need to do is overtype the text you want above under INSERT PRODUCT DESCRIPTION HERE and then repaste this (changing the nth-child(1) for nth-child(2) etc) for each product in the ADMIN - WEBSITE - CUSTOM CSS settings of your portal.
The end result should look something like the attached.
Please sign in to leave a comment.
Comments
0 comments