[Resolved] cant find transparency setting for Mobile Menu

Home Forums Support [Resolved] cant find transparency setting for Mobile Menu

Home Forums Support cant find transparency setting for Mobile Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1331501
    albabes
    /*---------------------------------------
    ## Mobile Menu
    ----------------------------------------*/

    Morning Guys
    I’ve looked in the above area of Css area, 3 items, no trans settings.

    I found this:

    .dropdown-click nav ul ul ul {
    	background-color: transparent; 

    and changed it to RED, still not work.

    How do I change or remove the transparency settings of the mobile menu, please?
    https://soaznorml.org/

    Thanks so much.

    AL Guevara

    #1331750
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation .main-nav ul li a {
            background-color: #037215;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1332863
    albabes

    Thank you Leo. Hey why doesnt this forum show the URL I submitted? I ask cause I forget what Url I was asking about (too busy – multiple customers-Im old)

    #1332951
    Leo
    Staff
    Customer Support

    You can see the URL if you click Edit topic.

    #1333361
    albabes

    Thanks Leo

    #1333452
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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