• Resolved eprice15

    (@eprice15)


    Hi,

    Is it possible to change the overlay colour and transparency of the background image within the Team Section?

    Also is it possible to add a link to each team member – So you can visit their profile page?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,
    Use the following CSS to change the color overlay of team section.

    .team .section-overlay-layer {
        background: rgba(13, 60, 85, 0.8);
    }

    Let us know if you need help with anything else!

    Thread Starter eprice15

    (@eprice15)

    Thank you, that has worked perfectly.

    Do you also know how I can add a link to each team member that would you to another page? e.g their LinkedIn profile?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Team Section, Background Overlay colour and transparency’ is closed to new replies.