• Resolved mccpie01

    (@mccpie01)


    Hello,
    I want to remove the total item sold just beside the star rating

    There is a vertical bar and sold (i want to remove that)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    It looks like that’s being added by a theme or plugin, so you might be able to find a setting to turn that off. You can also use some CSS like this rule to change it if there’s no settings you can find:

    
    .rate-sold {
    	display: none;
    }
    
    Thread Starter mccpie01

    (@mccpie01)

    That works Great! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Total item Sold’ is closed to new replies.