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

    Hi,

    my topic https://kriesi.at/support/topic/adjusting-header/#post-425287 was closed because i thought i solved it. Unfortunetaly i did not.
    Use of a background image did not solve my problem.

    What i’m trying to accomplish is getting a logo/header are which looks like http://dbd2.ify-server.net/?lang=nl (NL-version) which responds in all screen resolutions. Now the telephone number will go through the logo when i reduces the size of the logo.

    Thanks, Jos

    #425327

    Hey JosBlo!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove your background image on mobile

    @media only screen and (max-width: 580px) {
    .header_color .header_bg {
      background: white!important;
    }}

    Regards,
    Yigit

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