rachael.fulcher
6/19/2018 - 6:16 AM

RTE underline fix

Strangely common for pages in '.rte' divs to force bottom borders on all a tags, which ruins the widget styling. Here's a fix.

.rte .okeReviews.okeReviews--theme a:not(.btn) {
  border: 0; 
}