• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Newspaper 7.5 Custom CSS

LPH

Flight Director
Flight Instructor
The theme panel in Newspaper 7.5 includes an area to put Custom CSS. I added the following a few moments ago.

Code:
#wpcomm .wc-comment-text blockquote {
   border-left: 1px solid red;
}

This adds a solid line to the left of a quote.

Newpaper 7.5 Custom CSS.png


@Albert -- thanks for posting or I'd not have seen that the blockquote was rather plain. Now I need to match the style on the XenForo side. :)
 
Top