Hi Ying,
Thanks for your previous reply.
As you said, I placed this code in my additional css.
.inside-navigation.grid-container.grid-parent .main-nav:before {
content: “Articles”;
color: #FFF;
padding: 20px;
font-size: 22px;
}
.inside-navigation.grid-container.grid-parent .main-nav {
display: flex;
align-items: center;
}
However I have two issues;
1- The text “Articles” appears both before the Primary and Secondary Navigation. I only want for the Secondary Navigation.
2- I couldn’t change/style background colour of the secondary navigation. (For instance I want to try grey like in dispatch – or a different color instead of white.)
Best regards,
Hatice