Remove the "mask" (circle) from images

GK User
Wed Feb 18, 2015 8:20 am
Is there a way we can change the setting to put images in a circle? Specifically, I only want to remove the circle from the sponsors section, here are some examples:
http://www.lpex.org/sponsors/item/329-freedomfest
http://www.lpex.org/sponsors/item/330-players-network

But they look great here: http://www.lpex.org/sponsors

Any ideas? Also, these are all in the Sponsor Category. I dont know if that helps...
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 10:53 am
Hi,
easy to fix:
Code: Select all
.events .itemImageBlock img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
    border-radius: 0px;
}


Check my footer link also
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 10:58 am
Thanks for getting back to me. Where exactly is that code?

Also, can I make it so it does the border radius for the rest of the site EXCEPT the Sponsors Category in K2? I love the effect, but just not under sponsors
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 11:09 am
#1 I've told you check my footer link how to use custom code, dude
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 11:10 am
#2
Can I make it so it does the border radius for the rest of the site EXCEPT the Sponsors Category in K2? I love the effect, but just not under sponsors


Yes, but this time use this tip: https://www.gavick.com/documentation/jo ... cted-pages
and please buy a book about CSS3 and read more about border-radius
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 11:11 am
#1, got it thanks. I have used this in the past on other sites.
#2 I will check it out, thanks again.
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 11:13 am
ok, as you might seen almost all "effects" in modern templates are based on CSS3.
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 11:14 am
I am getting better with CS3 but not too great yet, still lots of Googling, lol!
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 11:16 am
Yep, I suggest also to watch some video lessons on lynda.com or others...
User avatar
Platinum Boarder

GK User
Wed Feb 18, 2015 11:16 am
I will is your username Oscar E on Lynda?
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 12:25 pm
Nope, I published books only about Joomla (I can send you a link) not about CSS3, yet :mrgreen:
User avatar
Platinum Boarder


cron