Hi guys!
I want to highlight the text “Designer Portal” text in my header navigation menu.
For example, how could I switch it to bold?
Thanks in advance guys!
Hi guys!
I want to highlight the text “Designer Portal” text in my header navigation menu.
For example, how could I switch it to bold?
Thanks in advance guys!
please give me the URL of store.
Please add the given code above in theme.liquid
layout >> theme.liquid
.nav .menu .vertical-menu li:first-child a { font-weight: bolder!important; }after the adding code look like this,
Please add the given code above in theme.liquid
layout >> theme.liquid
.nav .menu .vertical-menu li:first-child a { font-weight: bolder!important; }after the adding code look like this,
It worked!
Thank you