MarketPress product images small & have a bullet point

The images on the product page are displaying tiny with an ugly bullet point.

http://www.webpresenceboss.com/store/products/website-basic-setup/

The image size should be 300px wide. How do I fix this?

  • Adam Czajczyk
    • Support Gorilla

    Hello Cynthia,

    I hope you’re well today and thank you for your question!

    Issues such as that bullet on product page are usually caused by a CSS style from an active theme or one of the plugins overriding default MarketPress styles. To fix it, please use following custom CSS rule:

    .mp_product_gallery li {list-style:none;}

    To apply it to your site please add it to the “style.css” file of a child theme (if you are using a child-theme) or to themes “custom css” option (if there’s such an option available) or use a Simple Custom CSS plugin that you will find here:

    https://wordpress.org/plugins/simple-custom-css/

    As for images. I noticed that the element holding an image is also minimized with CSS so please first make sure that on “Store Settings -> Presentation” page in “Product Page Settings” the Image Size is set to “300 x 300px” and also try this custom CSS rule (add it like the one above):

    .lSGallery ul, .lSGallery li {min-width:300px!important;}

    Let me know please if that helped!

    Best regards,

    Adam