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.

Style div as button

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

Hi,

I want to style a div identical to the buttons on the same page. Most of it is ok, but I'm having problems setting the height and the font color. Maybe someone could give me a hint?

The site is: 181.224.135.107/~florenti/
The div is the one with the text "Weitere Öle..."

Thanks!
  • SelaZentrum's Avatar
  • SelaZentrum
  • 12 Month basic
  • 165 posts
  • Karma: 0
The administrator has disabled public write access.
I think you are working on this but I'd remove your styling and add the styling from the .btn class so it would be

.home_weitere_div_link {
display: inline;
padding: 6px 8px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #e37983;
color: #fff !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-transform: uppercase;
font-size: 90%;
text-shadow: none;

}

.home_weitere_div_link a {color: #fff !important;}
.home_weitere_div_link:hover{background:#790025;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: SelaZentrum
Thanks a lot!

Really, the support here at Joomlabamboo is great!!
  • SelaZentrum's Avatar
  • SelaZentrum
  • 12 Month basic
  • 165 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks :)

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