Issues with Bullets in Peepso
- GK User
- Mon Mar 20, 2017 2:53 am
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.-
- Fresh Boarder
- Joshua M
- Mon Mar 20, 2017 8:57 am
Hi,
Could you please provide me with a URL to your website where the issue is visible, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
Could you please provide me with a URL to your website where the issue is visible, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- GK User
- Tue Mar 21, 2017 4:26 am
Hey thanks for the response. Peepso has fix this issue, this is the code they used so this may be marked solved.
- Code: Select all
.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;
}
-
- Fresh Boarder
3 posts
• Page 1 of 1