Team Section - Social Media Icons

Hi there,

In the team section, there’s the option to add social media icons such as Facebook, Twitter and LinkedIn - how do I add an envelope icon to add my email address?

Thanks,
Jack

Hi again,

Another question - similar to icons - how can I add buttons in my services section? A simple ‘Read more’ button underneath the next. I’ve tried using CSS and HTML but it also produces an ugly old-style grey button.

Ideally I’d like a button inkeeping with my colours and theme - a bit like the buttons in the jumbotron section.

Thanks,
Jack

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Can help you,

  1. use one of the predefined social media icon for team members as mail, let’s say you are not going to use linkedin, in this case, utiliz it as a mail link and come back with the page url, then i will turn this icon as a mail icon,
  2. i need to see your website to create some custom css, make sure you’re read more button has some class to catch it with css :slight_smile:

Thanks!
Colorlib Support Team

Hi there,

Thanks for your reply - here is the link to my site: www.underdog-marketing.co.uk

Thanks :slight_smile:

hey there

Thank you
Please add this CSS in appearance - customize - additional CSS

#services .section-content .service .service-entry span a {
    color: white;
    background: #ff931e;
    color: white !important;
    padding: 10px 20px;
    border-radius: 2px;
}
.fa-github:before {
    content: "\f0e0";
}

let me know how happy you are :wink:

Thanks!
Colorlib Support Team