Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #463530

    Hello

    As well as changing the font colour is it possible to change the background colour of a team member’s descriiption that sits below the picture?

    Many thanks

    #463534

    Hey sensiblekaren!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .team-member-description {
      background-color: orange;
      padding: 10px;
    }

    If you would like to apply the changes to only one team member, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then use the code as following

    .my-custom-class .team-member-description {
      background-color: orange;
      padding: 10px;
    }

    Regards,
    Yigit

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