I need a border on my People "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
Thu Jul 03, 2014 11:45 pm
Reply with quote
Report this post
Hello,

My URL is http://inmc.cloudaccess.net

In my People section we will not use pictures of the team, instead we will use a square figure with the logo and the name of every member. What I need, and I have not been able to do it, is to trace a border on the figure. I would want to have the same kind of border that I have between the white sections and the grey sections of my website. Can you please help me to achieve this effect.

Thank you!!
User avatar
Expert Boarder

teitbite
Mon Jul 07, 2014 1:52 pm
Reply with quote
Report this post
Hi

I can see You've decided to add border into the image. If You want to code it please add this code to css:

Code: Select all
.gkTeam figure img {
    border: 1px solid #e5e5e5;
}
User avatar
Moderator

GK User
Tue Jul 08, 2014 2:37 pm
Reply with quote
Report this post
Thank you!
User avatar
Expert Boarder

GK User
Tue Jul 08, 2014 5:30 pm
Reply with quote
Report this post
Two more things please.

1.- How can I have the same border on the images located on "Our Projects" and "Our Services" sections?
2.- And can you please tell me where should I write the code that you will send me? I mean, on the template module? or where else exactly?
Thank you again.
User avatar
Expert Boarder

teitbite
Thu Jul 10, 2014 11:32 am
Reply with quote
Report this post
Hi

1.
Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a img {
    border: 1px solid #e5e5e5;
}


2. Any css modification should be put into override.css file and make sure to allow using override in template settings.
User avatar
Moderator


cron