Add space between price text an price

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 12, 2013 2:55 pm
Reply with quote
Report this post
Hi

As you can see in this image: http://awesomescreenshot.com/0851y56191
-There are no space and ":" symbol between price text and price. Could you help me to add it please?
-If no tax or discounts are showed, the grey space and "Price:" text continues being showed. How I can modify it?

Thanks in advance for your help!
User avatar
Expert Boarder

GK User
Tue Nov 12, 2013 4:18 pm
Reply with quote
Report this post
Could You please post an url to your site - to exact place where those problems exist?
User avatar
Moderator

GK User
Wed Nov 13, 2013 2:55 pm
Reply with quote
Report this post
Hi Cyberek

You can found it in: http://www.demos.webexpertia.eu/bikesto ... -1-detalle

Thanks in advance for your help!
User avatar
Expert Boarder

GK User
Thu Nov 14, 2013 7:41 pm
Reply with quote
Report this post
To add ': ':

please edit: /templates/gk_bikestore/css/override.css and add at its end:
Code: Select all
div.PricesalesPrice span.PricesalesPrice:before {content: ': '; color: #212121;}


it uses :before pseudoclass that adds text before the element and changes its color.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Nov 14, 2013 7:42 pm
Reply with quote
Report this post
To help you with price when there is no price (;) ) - please provide me the link to item that renders this way and also provide short description what settings I need to reproduce to have this kind of result.
User avatar
Moderator

GK User
Fri Nov 15, 2013 2:03 pm
Reply with quote
Report this post
:)

Here prices are showed in gray box: http://www.demos.webexpertia.eu/bikesto ... -1-detalle

I would like to hide the gray box and text "Price:" when nothing is showed inside it.

Thanks a lot for your help!
User avatar
Expert Boarder

GK User
Fri Nov 22, 2013 5:16 pm
Reply with quote
Report this post
You would need to ask on vm forum how to detect if those prices are unavailable - and then use suggested statement to disable showing of this module.
User avatar
Moderator


cron