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

how to align and change plugin color?

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.

Hello,

First of all, thanks for this great plugin :-)

My problem is that I place the plugin inside widgets in the banner just below the header and I can't align it to the right (try align = right among others). Then I would also like to know how to change the white background color to make it the same pink color of the banner where it is.

I attach two images from dropbox, the first is how looks now and the second how i will want that it looks.

https://www.dropbox.com/s/e14krzqv763ze96/how%20appears%20now.jpg?dl=0

https://www.dropbox.com/s/e12gfly2asa3njw/how%20i%20want.jpg?dl=0

Thank you very much,

Daniel

Hello Daniel

to change the location of the switcher, contact your theme support/ Because it depends on the location of the widget

Add  CSS:

body .woocs-style-1-dropdown:active {

 background-color: #e096a5;

body .woocs-style-1-dropdown {

background-color: #e096a5;

}

body .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {

 background-color: #e096a5;

}