• Resolved adminmax

    (@adminmax)


    Hello,

    On this website I am working on , https://www.gsaintcyr.com , I would like to modify the appearance of the footer menu at the very bottom, only as it appears on mobile. I would like to try making the sandwich darker so that there is a better contrast, and also try removing mobile appearance altogether so that the desktop version shows up.

    I tried a few things in custom CSS already but I don’t seem to change the correct class … Haven’t succeeded in anything except completely removing the footer on mobile version.

    Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at https://www.ads-software.com/support/theme/firmasite so the theme’s developers and support community can help you with this.

    Thread Starter adminmax

    (@adminmax)

    There hasn’t been a reply on that forum for over a year…

    Moderator t-p

    (@t-p)

    The author looks like is not maintaining the theme.

    The last time they updated the theme was almost two years ago!!

    I would not use a theme that has not been regularly maintained.

    Thread Starter adminmax

    (@adminmax)

    I understand that but I just want to change the appearance of the footer menu on mobile… Any tips?

    Thread Starter adminmax

    (@adminmax)

    Alright I found out the solution… I didn’t have the right class name.

    I found it by inspect element function on chrome.

    Then added the right CSS in custom CSS

    ` @media screen and (max-width: 767px) { #footermenu {
    color: #000000;
    background: #666666;
    border-color: #666666;
    font-size: 14px;
    }
    }

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer menu change mobile appearance’ is closed to new replies.