Home › Forums › All Other Themes › coworking theme
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 6, 2018 at 1:12 am #113040
Hi, we are having some problems stylizing our team items.
Here is what the issues are.
We added Read More to each team member. It shows in the [ourteam col=”3″ show=”12″ excerptlength=”10″ ] which is fine, but we want to be able to stylize “READ MORE” : add class, add background, padding, so we can make it look like a button.
page url: https://www.mysfirm.com/newsite/mys-project-management-leadership-team/Another issues is also with team members. When you open each team member post, it shows titles in parenthesis. We don’t like that. How can we edit this span?
We also want it to have a class, so we could change the font family and size as it doesn’t look good.
Here is a url of an example: https://www.mysfirm.com/newsite/our-team/ruth-mariel-orozco/
Here you can see the PROJECT MANAGER is in parenthesis and the same font as the rest of the paragraphDecember 6, 2018 at 5:14 am #113047Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.team-infobox p { display:table; margin:0 auto; background:#282828; padding:0 10px; color:#fff;} .single-team .header { position:relative !important;}
Regards,
DaveDecember 7, 2018 at 7:07 am #113136Hi, thank you, most of the code worked.
https://imgur.com/a/wgiRRKR
THis is a link to single team memebr page screen shot.
WHy is the header different than all the other pages and the main page?
Can we get rid of parenthesis around title. it is very tacky and distractfulDecember 7, 2018 at 10:11 am #113141Hi,
Kindly go single-team.php line number 29 and remove parenthesis there.
Regards,
DaveDecember 7, 2018 at 5:31 pm #113163Thank you the code in PHP worked on line 39.
Here is a link to a screen shot of the header. https://imgur.com/a/95i8PxD
The top one is the header on team member page, the bottom picture is of the header on Home page and every page of the website.
No matter what we try to do to single team member page, we can’t get the header to look the same.
Please, help.December 10, 2018 at 6:41 am #113234Hi,
Kindly remove this CSS in custom css box.
.single-team .header { position:relative !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.