PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

issue with info icon on mobile

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I use the woocs plugin with an Arabic version (rtl).

I have a problem with the mobile version, the icon is displayed normally but the price is outside the screen.

For more clarity : https://ibb.co/6HCXrm2

Another question is it possible to change the image of the icon ?

Thank you.

Hello

Please  drop me exact  link to the  issue

Hi,

https://souq-sarmada.com/shop/

(The site is still being tested)

In PC mode everything is normal, but in mobile mode there is a problem.

Hello

Please  try  to  add CSS

body div:hover.woocs_price_info ul {

right: 50%;

}

Hi,

The problem was solved by modifying the css code a bit as follows:

body div.woocs_price_info {

right: 50%;

}

Thank you.

Ps : Another question is it possible to change the image of the icon ?

Hello

You can  use CSS

body span.woocs_price_info_icon {
background-image: url(../link/to/your_image.png);
}

Hi,

Very good, thank you.

Problem solved.

Hello

Welcome;)