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.

CSS documentation

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

I've gotten a lot of great help with code for custom.css. Is there a document or library that I can refer to for all the css that is customizable? I can't find anything in the documentation. I would like to tweak a few other things.
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Pretty much everything is tweakable css wise so its a pretty huge task to document something like that

We don't offer custom css support for basic memberships but we do try and help depending on the request - what other things are you looking to tweak?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 8 years 9 months ago by manh.
The administrator has disabled public write access.
I'm looking to make the font size for the top menu larger, and bolder.

The website, now in production: epicsalon.com
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
You should be ok if you add to already existing line in your custom.css

.navbar-nav > li a, .navbar-nav > li span {line-height: 32px; font-size:1.25em}

adding the font size value as required
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That seems to affect the navigation bar font, but not the top menu in the "top4" module, which is what I'm trying to beef up :-)
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
ah you are right I looked at the wrong menu

#top4 ul li {font-size: 90%;}

is the current style so with it being 90% its 10% less than the default size

so if you increase that to something like 100% it should be better for you

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Perfect! Thanks again.
  • timp's Avatar
  • timp
  • 12 Month basic
  • 43 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers