Hi,
Pro theme is adding an extra button on a page. Also ‘X’ in close button of another page is not seen. Both the issues go away when I switch to a different theme. Please see attached.
Thank you
Hi,
Pro theme is adding an extra button on a page. Also ‘X’ in close button of another page is not seen. Both the issues go away when I switch to a different theme. Please see attached.
Thank you
Hi @Mangtum,
To make the close button appear, please add this custom CSS under Theme Options > CSS:
button.modal-close.wcv-dismiss::before {
content: 'x';
color: #f00;
width: 26px;
height: 26px;
font-size: 14px;
line-height: 1;
}
I’m sure this button is not coming from our Pro theme. As you can see that the button class is different(related to WC Vendors Pro plugin):
<a href="https://***.com/dashboard/product/edit/edit" class="wcv-button button" style="outline: none;">Add Edit </a>
Regards!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.