Header Settings

The following article covers details about using Flothemes Header settings and the options available

Settings

The settings area has 3 options that can be toggled on and off, including enabling the scroll down button on the left side of the site, search bar in the header, and adding social links to the menu:

como-header-settings

CSS to remove Stroke

Remove strikethrough line from menu items
1
2
3
4
5
/*Remove strikethrough line from menu items*/
                            
.flo_header a .title:before {
    opacity: 0 !important;
}

To change Stroke color use:
.flo_header a .title:before{
background-color: #111111;
}

replace #111111 with your own color code