• Resolved Trollzack

    (@trollzack)


    It’s a great plugin, but there is one problem for me: I want to use the header-text as a comment (<<< mobiles Menü) and without URL. I trick the URL-function with the content “” (Alternative Logo URL), but then the header-text still get an underline by mouseover. Can I delete the URL-function completely?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Glad you are enjoying the plugin.

    Can you add the code below to the custom css option.

    .mob_menu_header_div .headertext{
       pointer-events: none;
       cursor: default;
    }

    Let me know if it worked.

    -Takanakui

    Thread Starter Trollzack

    (@trollzack)

    Hi Takanakui,

    thanks for this very very fast solution. It works perfect!

    Is a checkbox for a future version an idea?

    Best regards, Claudio

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s sorted. Yes Will make an option to remove the link functionality, it makes sense that it exists.

    Thanks for the feedback and the great review.

    -Takanakui

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete URL in Header’ is closed to new replies.