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.

I need the menu to become clearer in the Medica Template Please

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

Is there a way to decrease the transparency of the top white band of the Medica template so that the menu is clearer?

demo.joomlabamboo.com/index.php?theme=sep15

thank you very much
Elizabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Elizabeth,

Do you mean less transparent?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
#top-overlay {
background: rgba(255,255,255,0.6);
}

so you would override that in the custom css

the last value would depend if you wanted more transaparency or less
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul,

So because the menu is hard to read due to the picture in the bkgd, I would the top strip to be less transparent (more white). Does that mean .8 would be better than .2... I am experimenting but for some reason even though I refresh my browser, I don't see changes right away.

Thanks
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Yep .8 is less transparent

#top-overlay {
background: rgba(255,255,255,1);
}

would remove all transparency
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The style above wouldn't affect the sticky so if you scroll it would still have the default transparency 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