Home Forums WoodMart support forum delete every compare button.

delete every compare button.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179062

    moonloveact
    Participant

    hi

    i want to delete every compare button on the pc & mobile.
    how can i do that?
    https://imgur.com/a/KWsWmXy
    thanks!

    #179118

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .woodmart-compare-btn{
      display:none;
    }

    Best Regards

    #179158

    moonloveact
    Participant

    oh i see!
    thanks!

    #179231

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘delete every compare button.’ is closed to new replies.