Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aaron Queen

    (@bompus)

    You should be able to easily hide these elements by overriding some styles in your theme’s CSS file.

    Try adding this to your theme CSS file:

    .wpcr3_button_1 { display:none !important; }
    .wpcr3_item_name { display:none !important; }
    .wpcr3_aggregateRating { display:none !important; }
    Thread Starter chrismelfi

    (@chrismelfi)

    That worked Thank You Very Much…. but is there a way to hide it just on one page and not the whole site?

    Thanks again for taking the time to help, it is much appreciated… and fast!

    Thread Starter chrismelfi

    (@chrismelfi)

    also… if it possible to strip the “average rating as well, that would be helpful too.

    On the flip side is there a way of displying these 2 items only without reviews:

    .wpcr3_item_name
    .wpcr3_aggregateRating

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invert or Remove Business Name and Create Review Button’ is closed to new replies.