adjusting sponsors page to liken speakers page

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Fri Mar 25, 2016 3:25 pm
http://sustainablerubber.org/conference-2016/#sponsors

Trying to make sponsors look like speakers, i.e. with a blue overlay when you hover over them (but with another symbol). Also sponsors should be shown in full, not in a circle that cuts off pieces. Any idea what I can do?

I've copied all the speakers code but it doesn't give the blue overlay, nor do I find where I can change the shape.
User avatar
Fresh Boarder

Joshua M
Tue Mar 29, 2016 8:27 am
Hi,

Did you find the solution? Because I can see square overlay on your sponsor section. Do you need anything else?
User avatar
Moderator

GK User
Tue Mar 29, 2016 4:53 pm
yeah I added a background-color: green to one of the definitions but I don't understand. Why is there a blue overlay on the speakers although I can't see it defined anywhere in the CSS.
User avatar
Fresh Boarder

Joshua M
Wed Mar 30, 2016 8:14 am
The overlay is added to :before, :after pseudoelements and the color is taken from Customizer section css:
Code: Select all
.gk-speakers > figure > a:before, .speakers-listing .entry-thumbnail a:before {
    background: rgba(0,210,221,0.9);
}

so the color may be changed easily via Appearance -> Customize -> Colors section.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.