Hello again,
I’m facing an other issue : I want to change my menu title color on a specific page.
Here’s what I tried :
{%- if section.settings.velamenu_enable -%}
{%- endif -%}
In the vela-header-menu.liquid snippets
and :
.velaMegamenu2{
.menuContainer {
position: relative;
min-widh: 600px !important;
width: auto;
}
.nav{
>li{
> a {
color: #000000;
}
}
}
}
in the
vela-site.scss.liquid
I can’t figure where to insert that code ( {%-if ), once it works on the pages I wanna change but messes with all the other pages, once the menu completely disapears…
I’d like to understand what I’m doing wrong here, as it worked out for the header logo before..
Could you help me with this ?
Thank you for reading.