Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #474469

    Hello,

    I would like to see about removing the mobile header background? Please take a look at my link

    http://cmcdev.carrollcountyhistoryproject.org/

    #474537

    Hey CMCEquipment!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .responsive .header_color .header_bg {
      background: none!important;
    }

    Cheers!
    Yigit

    #474574

    Yigit,

    Thanks for hte fast response but this removes the header all together. Any ideas?

    also i want to reduce to space between the three buttons below and the slider. Is there a better way to have pictures as buttons with a header?

    #474947

    Hi!

    Please change the code to following one

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

    It seems like you have already figured it out – http://i.imgur.com/APm4Rjq.png?

    Regards,
    Yigit

    #475160

    Thank you that worked out great!

    #475345

    Hey!

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Mobile Header’ is closed to new replies.