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

    I have tried to style me website in the Enfold styling page. Most of the styling works but some dos not.

    http://109.201.154.73/~ghtrdqpm/wp/produkter/

    The headers and another color then I want. one i dark blue and the alternate is gray.

    http://109.201.154.73/~ghtrdqpm/wp/about-us/

    The team member name are also dark blue.

    I have tried to add custom css like

    .team-member-name { color:#305d87 }

    .main_color .team-member-job-title {
    color:#305d87;
    }

    nothing works

    #243896

    Hi Tupolev!

    Please try adding !important rule as following

    .team-member-name {
    color: red !important;
    }
    .main_color .team-member-job-title {
    color: green !important;
    }

    Regards,
    Yigit

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