Pavilion Stylish CSS – how to underline all links except menu bar links?

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemePavilion Stylish CSS – how to underline all links except menu bar links?

This topic has been marked as not resolved.

Hello,

how do you underline all links except top menu bar links?

thank you

 es
January 31, 2019 at 7:11 pm #66894

Hi,

Can you please provide a live example of your website?

Generally, you can use this extra CSS, but it might need some tweaking:

a {
  text-decoration: underline;
}
.tbMainNavigation a {
  text-decoration: none;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

February 4, 2019 at 11:08 pm #66961
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.