How can I remove the underline from my theme title?

hi,

Working with theme at the moment and hoping someone could help me remove underline(CHASSIS SYSTEM)

my website:loosoostore.com

1 Like

@sheep10 - please add this css to the very end of your theme-style.scss.css file and check

.ss_megamenu_title:before{display:none; visibility:hidden;}

1 Like

Hi @Sheep10

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Go to Online Store > Themes > Edit Code > theme-style.scss. After pasting my code to the bottom of this file

.header.header-style1 .horizontal_menu #shopify-section-ss-mainmenu .ss_menu_lv1:first-child a .ss_megamenu_title:before {

opacity:0

}

Best Regards;

Pagefly

@sheep10

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-style.scss ->paste below code at the bottom of the file.
.header.header-style1 .horizontal_menu #shopify-section-ss-mainmenu .ss_menu_lv1 a .ss_megamenu_title:before {
    display: none !important;
}
1 Like

I want the color(CHASSIS SYSTEM) to be the same as the next color(ENGINE SYSTEM) how to solve

According to this operation, the underline of the home column is gone. I just want the CHASSIS SYSTEM to keep the same color and no underline as the next one when there is no click, and have the color change and underline when there is a click.