Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Remove Menu Bullets (Nebula)

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

How do I get rid of the bullets in front of the fontawesom icon .. and also the arrow at the top (next to "about us"):

www.dalinyebo.com/about-DalinYebo

Thank you,
Philipp
  • SteinerPDP's Avatar
  • SteinerPDP
  • 12 Month Developer
  • 397 posts
  • 3 Thanks
  • Karma: 2
The administrator has disabled public write access.
Can you disable css compression/optimisation

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry about that .. disabled
  • SteinerPDP's Avatar
  • SteinerPDP
  • 12 Month Developer
  • 397 posts
  • 3 Thanks
  • Karma: 2
The administrator has disabled public write access.
Thanks

At the moment I can't access the site it seems to be timing out
I'll try again later

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
ah the site has loaded typical :)

for the drop down item

.sidebar-2 .dropdown-submenu > a:after {border:0;}

You may need to add a suffix to this module if it affects other modules in the site
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
again if this affects other modules in the sidebar-2 area you will need to add a suffix to the module and include that in the styling

#mainWrap .sidebar-2 ul.nav > li ul li ul li {list-style-type:none;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm sure you are aware but just to mention the styling needs to be added to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you, Paul,
that fixed it.

I have a similar problem with an Inspire template . micro-biorefinery.com. Hover over "News & Media" and you'll see that there are bullets in front of the chevrons (added via the megamenu) in the drop-down menu.

When we designed the site, we added #navwrap ul.nav li.dropdown {background: none !important;} to remove the bullets in the main menu. Just can't figure out how to remove them from the dropdown menu)

Thank you,
Philipp
  • SteinerPDP's Avatar
  • SteinerPDP
  • 12 Month Developer
  • 397 posts
  • 3 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi Philipp

Try adding this

#mainav #navwrap ul.nav li li {
list-style-type: none;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you, Paul,
that's sorted it out ...

.. and I have another challenge:

at the bottom of e.g. www.micro-biorefinery.com/item/31-cellulosic-plus there is a module "Most Popular Articles" and I cannot figure out how to get rid of that last bullet with a blank line. Can you?

Regards,
Philipp
  • SteinerPDP's Avatar
  • SteinerPDP
  • 12 Month Developer
  • 397 posts
  • 3 Thanks
  • Karma: 2
The administrator has disabled public write access.
Add this to your custom css

#k2ModuleBox237 .clearList {
display: none;
}
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.
Many thanks,
Philipp
  • SteinerPDP's Avatar
  • SteinerPDP
  • 12 Month Developer
  • 397 posts
  • 3 Thanks
  • Karma: 2
The administrator has disabled public write access.
No problem at all
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers