Hello ,
I have problem with colors. I don’t know what to change to see letters.
You can see on links. I want on this dropdown for choose color to change color of font. Now I don’t see nothing.
Also I want to remove this white from cart. You can see on image.
Regards
Hey Zaccc,
Try adding this css code in Quick CSS (located in Enfold > General Styling) for the white in the cart (there are 2 buttons there):
#top .dropdown_widget .buttons .button {
background: #666;
}
As for the dropdown, it doesn’t show anything because the dropdown options are empty though I can see that there are values on the empty options. See screenshot in private content.
Best regards,
Nikko
Thank you I have fixed that . Now I see text in dropdown.
Can you please tell me is is possible to remove this black framework line on image on product page?
Regards
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.template-shop .single-product-main-image .images a {
border: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko