Home Forums ConsultStreet Pro Team Members Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44549
    Michael Peters
    Participant

    The current team members section has a gray background. I’d like it white. I assume this is CSS and I have tried:

    /* Most common for ThemeArile themes */
    .theme-team,
    .theme-team .container,
    section.theme-team {
    background-color: #ffffff !important;
    }

    and

    .home .theme-team {
    background: #fff !important;
    }

    Without luck.

    How can I change it?

    #44550
    Michael Peters
    Participant

    I had to use

    #theme-team-mambers {
    background-color: #ffffff !important;
    }

    members is spelled wrong.

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