diagonal lines in testimonials (Quark)

Multipurpose WordPress Theme Forum Support
GK User
Sat Jan 02, 2016 9:12 pm
Hi, I'm seeing these diagonal lines:
diagonal lines.JPG


Any idea how to avoid them?
Bests,
- mathis
User avatar
Expert Boarder

GK User
Sun Jan 03, 2016 8:02 pm
Hi,

Try to add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
.box.testimonials:before,
.box.testimonials:after {
  display: none;
}

User avatar
Moderator

GK User
Tue Jan 05, 2016 8:10 pm
that worked, thank you!
User avatar
Expert Boarder


cron