• Resolved celinnamawar

    (@celinnamawar)


    Hi, is it possible to style the last menu item as a button, just like in the desktop?

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

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

    (@takanakui)

    Hi,

    Add the code below to the Custom CSS option.

    #mobmenuright > li:last-child > a {
        background: #FED66F;
        border-radius: 5px;
        display: block;
        padding: 7px 16px 5px;
        color: #846A2A;
        border: 0px solid #FED66F;
        width: 66%;
    }

    Clear the cache and test again.

    Let me know the result.

    Plugin Author Rui Guerreiro

    (@takanakui)

    @celinnamawar did you tried the solution above?

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Style menu as button’ is closed to new replies.