coworking theme

Home Forums All Other Themes coworking theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #113040
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    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 paragraph

    #113047
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #113136
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, 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 distractful

    #113141
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go single-team.php line number 29 and remove parenthesis there.

    Regards,
    Dave

    #113163
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank 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.

    #113234
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly remove this CSS in custom css box.

    .single-team .header { position:relative !important;}

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.