Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1034966

    Hi,

    I’ve tried a few solutions, but can’t get the color of the submenu to change.

    I would like the submenu to be white background and pink text.

    Thank you!
    Deanna

    • This topic was modified 6 years ago by rosewoodva.
    #1034982

    Other small item on the same website, can we align-left then align the social profile icons in the footer with the Copyright line? Thanks!

    #1035400

    Hi,

    Login details are not working, please check and verify.

    Best regards,
    Rikard

    #1035814

    New info in private content

    #1036622

    Hi rosewoodva,

    The space on your password should be removed to make it work :)
    As for the submenu, it didn’t work for 2 reasons, first you have this code in your Quick CSS, which prevents the font color to turn to pink:

    #avia-menu .avia-menu-text {
      color: #ffffff !important;
    }

    then in Enfold > Advanced Styling, you have checked the mouse over for submenu links, I just unchecked it and have created another submenu links for mouse over.
    Finally, for the small items, add this in Quick CSS, located in Enfold > General Styling):

    #socket .copyright {
        text-align: left;
        padding-left: 80px;
    }
    
    #top #wrap_all #socket .social_bookmarks {
        top: 33px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1036834

    That worked great, thank you for fixing my error! :)

    #1037067

    Hi rosewoodva,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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