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

    Hallo,

    da die Schriftfarbe im Header für mobile Geräte bei meinem Enfold-Theme genau so wie der Hintergrund weiß ist, kann man den Text verständlicherweise nicht lesen.
    Allerdings schaffe ich es leider nicht, die Schriftfarbe zu ändern. Der Link zur Seite: http://wp.keramikbedarf-online.de/

    Probiert habe ich bis jetzt:

    @media only screen and (max-width: 768px).responsive #top #header_meta .social_bookmarks li a{color: darkgrey;border-color: inherit;background: inherit;}

    Was ist hier denn falsch?

    Vielen Dank schonmal…

    Thilo

    • This topic was modified 6 years, 11 months ago by Thilo112.
    #781160

    Hey Thilo,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .av_header_transparency #header_meta * {
        color: #03a696;
    }}
    

    Best regards,
    Yigit

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