Image Form

GK User
Sat Jan 23, 2016 6:09 pm
Hello,
in articles speaker I would need to have a normal picture (rectangular or square) and oval or round
where do I intervene?
thank you
User avatar
Fresh Boarder

teitbite
Wed Jan 27, 2016 9:56 am
Hi

Please tell me exactly which image and on what page I can see it ? There is a lot of round images around the site.
User avatar
Moderator

GK User
Wed Jan 27, 2016 10:28 am
teitbite wrote:Hi

Please tell me exactly which image and on what page I can see it ? There is a lot of round images around the site.



Hello,

in the demo https://demo.gavick.com/joomla25/fest/ in any category page speaker (es. .... speaker> Clark Evans)

if I insert a page in the article it becomes round or oval and I would like square.
Of course the image of the face of Clark Evans must remain round.
User avatar
Fresh Boarder

GK User
Tue Feb 02, 2016 4:09 pm
Up
User avatar
Fresh Boarder

teitbite
Mon Feb 08, 2016 5:07 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkK2EventPages img {
    border-radius: 0;
}

.gkK2EventPages .itemImage img {
    border-radius: 50%;
}
User avatar
Moderator


cron