Make Speaker Circles Bigger

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Sep 08, 2015 8:34 pm
Hello!
I'm attempting to make the circles bigger and the same size on the front page, is there a way to-do this?

Thanks!
User avatar
Fresh Boarder

GK User
Wed Sep 09, 2015 6:18 am
Hello,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:
Code: Select all
.speakers-page figure.featured-image img {
    height: 240px;
    width: 240px;
}

.speakers-page figure.featured-image {
   max-width: 240px;
}
User avatar
Moderator


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