This topic has 6 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
hii
how can i make the products quick view image center and smaller
and the close button smaller
thank you
Hello,
Try to add this code in Theme Options > Styling > Custom css or in style.css file of child theme:
.view-color-white .show-quickly:before{
font-size: 14px;
}
.mfp-close {
width: 30px !important;
height: 30px;
}
.quick-view-popup .mfp-close:before{font-size: 20px;line-height: 32px;}
Regards
hii
thx you for your reapply
but this solution not work for me
do you have other solution?
thank you
The code works – http://prntscr.com/hmxexv
Please provide screenshots of elements that you want to change for better understanding.
Thanks in advance.
Regards
thank you
work perfect
Great. Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up