Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1190404

    Hi guys.
    I’ve been having problems with the responsive version of Enfold.
    1. The Social Media buttons are non existent on the responsive version.
    2. There is a beige bar between the navigation and the first picture. I don’t know why and I would love to get rid of it.
    3. When opening the navigation it is pink. I would like to change the color and can’t find where to do it.

    #1190729

    Hey Carolina,

    1. Please try this in Quick CSS:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
      display: block; 
    }
    }

    2. And this as well:

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        margin-top: 80px !important;
    }
    }

    3. And this:

    #top #wrap_all .av-burger-overlay-scroll {
        background-color: red;
    }

    Best regards,
    Rikard

    #1191163

    Hi Rikard
    Thank you for the feedback. It worked all well except the color. Instead of of “red” i wrote:
    #top #wrap_all .av-burger-overlay-scroll {
    background-color: #c39e8c;
    }

    The color is still pink though.

    #1191223

    Hi,

    Thanks for the update. Please try this instead:

    #top #wrap_all .av-burger-overlay-scroll {
      background-color: #c39e8c !important;
    }

    Best regards,
    Rikard

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