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.

Edit Menu Button Font Color

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

Hello friends,

where can I change the font color from the Menu Button?

Normal: Should be white font green and the background color white.


menubutton-off2.jpg




Hover: If the font is white and the background color green.

menubutton-on.jpg



I thank you in advance

Many greetings
:)
Sakari
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
Last Edit: 8 years 8 months ago by sakari.
The administrator has disabled public write access.
Hi

Try adding this to your custom css

.with-text .off-canvas-toggle {
color: red !important;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And for the hover

.with-text .off-canvas-toggle:hover {
color:#000;
}

replacing the red and #000 with your colours

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

unfortunately, it is not changed according to my wishes!

And the background color from the Menu button is not changed!

Look please my demo, under the Ticket: J1C20SWAUU


I thank you in advance

Many greetings :)

Sakari
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
So try

.with-text .off-canvas-toggle {

color: #308a0f !important;
background: #fff !important;

}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and changing the colours as required for the hover

.with-text .off-canvas-toggle:hover {
color: red !important;
background: blue !important;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Perfect!
Many thanks :)
  • sakari's Avatar
  • sakari
  • LIfetime Developer - Big Bamboo
  • 81 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