Love your theme!
I was wondering how I copy the team section style on the “About Us” page in the Enfold sample page:
It’s under Pages –> Example Pages –> About Us
or
Pages –> Example Pages –> Meet the Team
I’m sure this has been answered before, but I can’t find it and I’ve looked in the help section, searched the forums, and googled it. Please let me know, thanks!
After looking at the website, I think a better question is:
How do I style the team member section?
As in, I want the pictures to be 180×180 and have the description/text underneath the picture to align with that size.
Also, I’d like to bold some things in the text, “Favorite Superhero” is an example.
Please see this link: http://beta.nectarom.com/team/
Hi!
The pictures are 180×180 on my end, can you create a mockup of what would you want to achieve?
To bold the “favorite superhero” text, add this to the Quick CSS:
div.team-member-job-title {
font-weight: bold;
}
P.S. don’t bump, it moves the topic to the end of our queue.
Cheers!
Josue
Noted, will not bump, just needed an answer because this has to go live tomorrow, apologies!
I want the text to align with the image, and the space between the team sections to be smaller once the text aligns with the image.
http://beta.nectarom.com/?p=375
Try adding this code to the Quick CSS:
.team-member-description, .team-member-job-title {
width: 180px;
margin: 0 auto;
text-align: center;
}
Cheers!
Josue