• Resolved sayna

    (@sayna)


    Hi, I have the premium version and wanted to ask if it’s possible to change the background color to transparent? ( so important )

    And also be able to have more position options like bottom left etc…? Thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelagrey

    (@angelagrey)

    Hi,

    Thank you for reaching out to us.

    Yes, you may use the custom CSS below to change the background color to transparent and also the position of the Currencies Bar:

    .woocommerce-multi-currency .wmc-title, .woocommerce-multi-currency .wmc-list-currencies .wmc-currency {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    
    .woocommerce-multi-currency.wmc-sidebar {
        top: unset !important;
        bottom: 0 !important;
        transform: unset !important;
    }

    Best regards.

    Thread Starter sayna

    (@sayna)

    Thank for the info!

    The codes seem to be partially working but there is some problems.

    I needed to change the sticky symbol background to semi transparent which the code worked only for the opened window. Somehow I could do change it in the past and as you can see the plus symbol has transparent background ( please see the screenshot ) but I changed the position once and now can’t edit it back anymore.

    Also the code for positioning is working great but the problem is when the window is opened the upper currencies on the table are cut and not reachable.

    Thank for your attention ??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @angelagrey When you see this:

    Hi, I have the premium version

    You have no choice but to direct them to your site for support. Please do not continue this here on the free community forums. That is not at all permitted for anyone’s customers.

    @sayna The plugin support person cannot support you here. They risk getting into real trouble if they do.

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    https://villatheme.com/contact-us/

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Plugin Support angelagrey

    (@angelagrey)

    @sayna?If you have any problem while using our premium version, please create a support ticket on this Support Forum.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color and position’ is closed to new replies.