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.

Colour of article title and height of the nav bar

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

Hello,
where can I change the colour of the article titles ?
Is it possible (sure :) )to change the height of the nav-bar through custom.css?

Thank you for your great support!!!
Marcus
  • 20mala's Avatar
  • 20mala
  • 12 Month basic
  • 43 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

Are we talking global changes for article titles or just specific heading tags?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If possible both.
Thankxs
  • 20mala's Avatar
  • 20mala
  • 12 Month basic
  • 43 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
If its just the title only

h1.article-title {color: red;}

Togetther with above you can target the styling for all heading tags using

h1, h2, h3, h4, h5, h6 {color: red;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The height of the nav bar is a bit more problematic without actually seeing the site

Do you have a link?

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

www.rs-thannhausen.de
  • 20mala's Avatar
  • 20mala
  • 12 Month basic
  • 43 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hell Paul,
the colour change does not work for the titles in the zenmodule at our frontpage.
www.rs-thannhausen.de

Cheers Marcus
  • 20mala's Avatar
  • 20mala
  • 12 Month basic
  • 43 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Marcus,

That's a differently styled element - the style for that is

.slideshowstandard .zentitle a {color: #fff;}

so you need to add

body .slideshowstandard .zentitle a {color: #fff;}
with your colour value

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