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.
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.
-
- 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?
Did you find the solution? Because I can see square overlay on your sponsor section. Do you need anything else?
-
- 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.
-
- 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:
so the color may be changed easily via Appearance -> Customize -> Colors section.
- 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.
-
- Moderator
4 posts
• Page 1 of 1