• Resolved cousinr

    (@cousinr)


    Hi, it’s been a while since I updated the plugin but now I have the latest version.

    The problem is that when a vendor tries to add a new product or in some other cases a popup pops up, the header of which has its own color and indentation. I have no way to trace where it gets this style from for example

    style=”background: rgb(240, 80, 37); padding-right: 40px;

    
    <div id="dokan-add-product-popup" data-izimodal-title="<i class='fas fa-briefcase'>&nbsp;</i>&nbsp;Добавить новый товар" aria-hidden="false" aria-labelledby="dokan-add-product-popup" role="dialog" class="iziModal hasScroll hasShadow" style="z-index: 999; border-radius: 3px; border-bottom: 3px solid rgb(240, 80, 37); overflow: hidden; max-width: 690px; margin-top: 32px; display: block; height: 450px;"><div class="iziModal-header iziModal-noSubtitle" style="background: rgb(240, 80, 37); padding-right: 40px;"><h2 class="iziModal-header-title"><i class="fas fa-briefcase">&nbsp;</i>&nbsp;Добавить новый товар</h2><p class="iziModal-header-subtitle"></p><div class="iziModal-header-buttons"><a href="javascript:void(0)" class="iziModal-button iziModal-button-close" data-izimodal-close=""></a></div></div><div class="iziModal-wrap" style="height: 403px;"><div class="iziModal-content" style="padding: 0px;"><div id="dokan-add-new-product-popup" class="white-popup dokan-add-new-product-popup">

    Im not use color customizer module

    • This topic was modified 1 year, 8 months ago by cousinr.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @cousinr,

    The CSS you are referring to is coming from the implementation of iziModal the framework on Dokan. You can use the below-mentioned CSS to override that on your WordPress admin panel’s Appearance > Customize > Additional CSS screen. This will change the color of the add new product popup.

    #dokan-add-product-popup .iziModal-header.iziModal-noSubtitle {
      background: skyblue !important;
    }

    I hope this will help. Thanks!

    Thread Starter cousinr

    (@cousinr)

    thanks

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @cousinr,

    As the purpose of this topic has been served, I am marking this as resolved. Feel free to open a new topic if you have any further queries or if you face any further issues.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unknown dokan styles’ is closed to new replies.