Page 1 of 1

themeable menu hamburger border

Posted: Sat May 04, 2019 6:52 pm
by dnlyko
i have all boarders set to 0 alpha which works fine except as the menu switches to the hamburger, a border appears.
i can not seem to find an option to change this hamburger border to transparent

Re: themeable menu hamburger border

Posted: Sat May 04, 2019 8:54 pm
by Pablo
There is currently no way to complete remove the button border via properties. The button border color is derived from the text color.

However, you can use custom code like this:

Code: Select all

.ThemeableMenu1 .navbar-toggle 
{
    border-width: 0px !important;
}

Re: themeable menu hamburger border

Posted: Thu Jul 11, 2019 11:49 am
by dnlyko
How do I make the Button on the IndexOverlayMenu transparent? http://rockngroove.ca/

Re: themeable menu hamburger border

Posted: Thu Jul 11, 2019 12:03 pm
by Pablo
You can set the alpha value of the background color to '0'