Circles

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
Wed Jun 05, 2013 9:32 am
Reply with quote
Report this post
Hi
Is it possible to remove those round circles around sponsor's logo and my page: http://festival.averkievo.ru/index.php/sponsors ?
User avatar
Fresh Boarder

GK User
Wed Jun 05, 2013 9:43 am
Reply with quote
Report this post
Please edit: /templates/gk_fest/css/override.css and add at its end:
Code: Select all
.gkK2EventPages.sponsors img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}

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

GK User
Wed Jun 05, 2013 10:45 am
Reply with quote
Report this post
I did as you said: added the overide.css and enabled "CSS override". But it isn't solve the problem?!
User avatar
Fresh Boarder

GK User
Wed Jun 05, 2013 12:42 pm
Reply with quote
Report this post
Sorry, one letter too much ;)
Code: Select all
.gkK2EventPages.sponsor img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}
User avatar
Moderator

GK User
Wed Jun 05, 2013 1:11 pm
Reply with quote
Report this post
It works! Thank you!
User avatar
Fresh Boarder


cron