Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1016914

    Hi,

    Thanks for all the help!

    When i added the team member the rollover color behind logos changes to white, can i change the color on rollover to another color?

    #1016917

    Sorry one more thing , can the icons that appear when rollover color be changed?

    #1016940

    Hi,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1017391

    HI, Thanks.

    See http://huntpr.co.za/#work . Images above “LOUISE HUNT”, “MBALI MPOFU” and “KEREN KINSEY”

    #1017426

    Hi,

    Thanks for that. This is the default CSS being applied:

    .avia-team-member .team-social {
        background: rgba(255,255,255,0.7);
    }

    Please try changing that to the rgba value (255,255,255) and opacity (0.7) to your choice.

    Best regards,
    Rikard

    #1017441

    Amazing thank you, Sorry 1 more thing…. Can you change social icon background and icon colors?

    #1017491

    Hi,

    Please try this CSS as well:

    .team-social a {
        background: black;
    }
    
    .team-social a::before {
        color: yellow;
    }

    Best regards,
    Rikard

    #1017501

    Sorry one other thing.
    Can the names go onto the actual pictures and appear when rolled over?

    The icon color change worked perfectly thank you!

    #1017690

    Hi,

    It would require extensive editing to achieve that unfortunately, it would be considered out of scope of theme support :/

    Best regards,
    Rikard

    #1017812

    Thanks! Is it wise to make these type of changes with a developer? Im worried that Enfold updates and wordpress updates may affect?

    #1018108

    Hi,

    Yes, it would be a good idea to do it with a developer. You don’t need to worry about WordPress updates, but if you make changes to the theme parent files then they will be overwritten on updates.

    Best regards,
    Rikard

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