How to remove symbol on the pictures

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 08, 2014 10:59 am
Reply with quote
Report this post
Hello There,

How to remove symbols ( > in circles) on the picture as attached.

Thanks in advance.
User avatar
Senior Boarder

GK User
Tue Apr 08, 2014 12:58 pm
Reply with quote
Report this post
Please edit: /templates/gk_game/css/override.css and add at its end:
Code: Select all
.showcase .nspImageWrapper:after {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Apr 08, 2014 1:34 pm
Reply with quote
Report this post
Hi Cyberek,
Thanks. It works well.

But there is another one that there is still symbol on the picture. On the same page, dwibogaprima.com below the 3 pictures ( attached).

Please kindly advise how to remove the symbol.

Thanks,
User avatar
Senior Boarder

GK User
Tue Apr 08, 2014 4:21 pm
Reply with quote
Report this post
Code: Select all
.gkNspPM-VideoGallery .gkBigBlock.active figure:after {
   display: none;
}


Add above code to override.css
User avatar
Moderator

GK User
Tue Apr 08, 2014 8:27 pm
Reply with quote
Report this post
Thanks a lot. It works well.
User avatar
Senior Boarder


cron