• Resolved rainerb

    (@rainerb)


    Thanks for your great Plugin – it works fine with bilingual menu (Polylang)!

    One Problem by logo text color (Alternative to Image Logo). No matter what color I choose, it always appears red. I can only see my chosen color a millisecond. Then it is immediately overwritten in red. Also the standard color black.

    I would also like to switch off the link of logo text or set it individually. (class=”slicknav-logo-text”)

    Thank you very much for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    So i checked out your website, but I don’t see anything red. Everything, including the slicknav, is in greyscale.

    As for switching off the logo text, do you mean the ‘menu’ label? If so, use the following css:

    .slicknav_menutxt {
    	display:none !important;
    	}

    Hope that is what you were looking for

    Thread Starter rainerb

    (@rainerb)

    you can no longer see it. In the meantime I have added to my child-theme:

    /* sticky menu plugin slicknav mobile menu */

    p.slicknav-logo-text a {
    color: white;
    text-decoration: none;
    }

    .primary ul li a {
    text-decoration: none;
    }

    Without this, the ‘logo text’ appears in red and with an underscore. For users without css-skills it could be a issue…

    I don’t mean the Menu label. The now vissible entry ist logo-text (alternativ for logo image)

    But thanks for your answer!

    Thread Starter rainerb

    (@rainerb)

    Sorry, one supplementary explanation:

    This code is for logo-ext of the mobile view (humburger menu)

    p.slicknav-logo-text a {
    color: white;
    text-decoration: none;
    }

    And this for the normal sticky top menu (min-width: 768px), because otherwise the menu will appear underlined

    .primary ul li a {
    text-decoration: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo text color only red’ is closed to new replies.