Screen Shot 2017-03-19 at 9.52.21 PM.png
I have one issue. Bullets are being added to Peepso Plugin where they are not need/wanted. How would I go about disable those bullets from Peepso..tech-news-header1 .gk-title {
bottom: 10%;
color: #000;
font-size: 28px;
}
.peepso ul > li,
.ps-lightbox ul > li,
.ps-dialog ul > li {
padding: 0;
}
.peepso ul > li:before,
.ps-lightbox ul > li:before,
.ps-dialog ul > li:before {
content: none;
}
.peepso .ps-list-column > li {
padding: 14px;
}
.ps-btn {
height: auto;
}