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.

navigation/menubar

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

Hi there

website: www.salempark.co.za

I need your help

I want the menu/navigation to be a long blue strip. ( see salem.jpg) attached
at the moment each tabs forms a block

Would I able able to just change the module colour background to blue?

Try to look for the code in the template.css file
but not sure what to change

Please Help
Attachments:
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to use the custom.css file and add something like this

#navwrap {background: #2980b9;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You may also want to add something like

#navwrap .zen-spotlight {padding-bottom: 0;}

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


Thank you it worked

just another thing
when I scroll down with the sticky navigation
will I be able to make that bar that is white at the moment also blue

and then the writing (links) on the buttons must be white and not that dark grey

please see attache


thx
Attachments:
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

The site seems to be offline at the moment but

#navwrap.fixed {background: #2980b9}

Should work for the sticky
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This site can’t be reached

www.salempark.co.za took too long to respond.

But I will have a look in the morning
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks for your help

They had a problem with their server

thanks it worked

How do I change the grey from the writing to white ?
and then the hover to a light blue? Is it in the template settings in the backend?
Attachments:
  • Juicyberries's Avatar
  • Juicyberries
  • 3 Month Basic
  • 191 posts
  • Karma: 0
The administrator has disabled public write access.
Try adding

#navwrap.fixed a, #navwrap.fixed span.zen-menu-heading {color: #fff;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and for the hover

#navwrap.fixed a:hover, #navwrap.fixed span.zen-menu-heading:hover {color: #000 !important;}

replacing #000 with your colour

Cheers
  • 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