Okay
  Public Ticket #1015558
team members
Closed

Comments

  •  1
    Alexander started the conversation

    Hi,

    I found out, that with the 2.0 Version of Kalium, the font-color of the "description" of team-members changed from black ( my theme-options)  to white (i didn't have any style-settings before) - you'll see with hand-over to the 2nd team-member of http://www.team-vision.at/content/team/

    I added a <span style="..."> now to the first of the two members 

    is there any other possibility to style this text in std text color like specified in theme-options?

    and: 

    the underlining of the link text ("ergreifen Sie die Initiative") in the placeholder-item of team-members does not fit the std link color setting of theme-options - its some kind of green ...

    thanks for helping - Alex

  • [deleted] replied

    Hi Alex,

    1— I have added an option for this because you are right, the text color coudn't be changed:


    (view large version)

    So here is the quickfix for you:

    1. Download this file and replace it in this directory (of the theme): /inc/lib/vc/lab_team_members

    2. Download this file and replace it in this directory (of the theme): /vc_templates/

    And you will that that option too.

    We will add this function on our next theme update too.


    2— Just add the code below to Custom CSS:

    .team-holder .new-member-join .join-us .details .text a::after {
        background: #30668f !important;
    }
    

    We will fix this on the next theme update too

  •  1
    Alexander replied

    many thanks for this quick solution :) 

  • [deleted] replied

    Hi Alexander,

    Glad to hear that

    Will set this ticket as solved from here.