• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSEdimo first character underline in menu item

RSEdimo first character underline in menu item 1 year 4 months ago #42479

Hi guys

Did you know how to disable the first character underline decoration on top menu items?

Thank you
The administrator has disabled public write access.

RSEdimo first character underline in menu item 1 year 4 months ago #42483

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 567
  • Thank you received: 102
Hello,

First you'll need to create a custom.css file as explained here, where you can use something similar:
#rstpl-main-menu-position .navbar .navbar-collapse .mod-menu > .nav-item.active > a::after {width:0;}
#rstpl-main-menu-position .navbar .navbar-collapse .navbar-nav-scroll .mod-menu > .nav-item:hover > a::after {width:0;}
The administrator has disabled public write access.
The following user(s) said Thank You: signcoders
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!