remove outline

Topic summary

A user is trying to remove unwanted outlines appearing around a review image they added to their product page.

Proposed Solution:

  • One respondent provided CSS code to remove the outline:
    .your-image-class {
        outline: none;
        border: none;
    }
    
  • The user needs to replace .your-image-class with the actual class or ID of their image element, which can be found using browser developer tools.

Status:

  • The issue remains unresolved as the original poster hasn’t shared their store URL or confirmed whether the CSS solution worked.
  • Multiple community members have requested the store URL and password to provide more specific assistance.
Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

does anyone know how i remove fine outlines? i added a review document on my product page with multiple reviews together in one picture but there is a outline around it. maybe with CSS coding if someone knows how to write the code in CSS please let me know. preciate it :slightly_smiling_face:

1 Like

Hello @Murat_4
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hey @Murat_4 ,

To remove the outline around your review image, you can use the following CSS code. This will target the image and remove the outline that may be appearing.

.your-image-class {
    outline: none;
    border: none;
}

Please replace .your-image-class with the actual class or ID of the image element. You can find this by inspecting the image using your browser’s developer tools. Once you’ve added this CSS code, it should remove any unwanted outlines around the review image.

If you need further help or have any questions, feel free to reach out to me via email. I’m happy to assist with my experience. Thanks!

Hi @Murat_4 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Hi @Murat_4

Would you like to share your store URL and password if any please?

Best,

Daisy