• Resolved jackdurks

    (@jackdurks)


    Hi there,

    I would like to create different accent colours for team members based on their department. Is this possible with this plugin? I tried to locate the css responsible for the accents and link colours but couldn’t locate them anywhere?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,

    The answers:
    1. Colors are set in plugin options for all the members.

    2. Since the colors are dynamic (can be changed in the options) they are not located in CSS files. They are added right to the page (as CSS <style> block).

    3. You can easily locate colors and classes to which they are applied to by using, for example, Chrome’s Developer Tools. And then override them in your CSS file.

    Thread Starter jackdurks

    (@jackdurks)

    thanks –

    I have added the following to my css file but it doesn’t seem to have translated to the front end:

    #amoteam-sc-member-240218793.amoteam-member-name {background: #f9a22d;font-size: 14px;}

    Can you please advise (as I would like to set up each member as a different colour.

    many thanks

    Hi there, I too am looking for a solution to this same problem. Were you able to solve this? Did that code end up working?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different coloured team members’ is closed to new replies.