themeable menu hamburger border

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

themeable menu hamburger border

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: themeable menu hamburger border

Post 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;
}
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: themeable menu hamburger border

Post by dnlyko »

How do I make the Button on the IndexOverlayMenu transparent? http://rockngroove.ca/
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: themeable menu hamburger border

Post by Pablo »

You can set the alpha value of the background color to '0'
Post Reply