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.

Button background color

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

I want to change the button background and border color.
I did set the HEX values in the template, right hand general style.

news.energystorejobs.eu/index.php/termine

Unfortunately, the new color setting does not show up. I can see that the individual CSS is present (developer tools CSS properties for button), but it is overridden by a more general setting, I cannot find in the template backend.
Can you help me how to get this sorted?
Thanks a lot
  • MaMuster's Avatar
  • MaMuster
  • LIfetime Developer - Big Bamboo
  • 329 posts
  • 10 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi

At the moment I see

.btn-primary {background-color: #4bb5c1;border-color: #3897a1;}

Is this want you want to change?

Regards
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes
  • MaMuster's Avatar
  • MaMuster
  • LIfetime Developer - Big Bamboo
  • 329 posts
  • 10 Thanks
  • Karma: 4
The administrator has disabled public write access.
You could target #zenkit using something like this

#zenkit .btn-primary {background: #b1d3e0; border-color: #88afbe;}
#zenkit .btn-primary:hover {background: #96ca2d;}

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