End of Support for Joomla 3 - Forum closed
custom css for button
- janis angele
- Offline Topic Author
- Junior Boarder
-
- Posts: 24
- Thank you received: 0
Hi
I can not find where or how to change the colors of the buttons:
I ve tried in de custonizing 'advanced' en in custom css :
/* Change the colour of buttons: */
.uk-button-large {
background-color: #348ecd;
color: #FFFFFF;
}
i want to have a blue button with white text and the opposite when you go over the button:
see:
www.paysmart.be : home page: grey bar, button "NU BESTELLEN'
Thx
Janis
I can not find where or how to change the colors of the buttons:
I ve tried in de custonizing 'advanced' en in custom css :
/* Change the colour of buttons: */
.uk-button-large {
background-color: #348ecd;
color: #FFFFFF;
}
i want to have a blue button with white text and the opposite when you go over the button:
see:
www.paysmart.be : home page: grey bar, button "NU BESTELLEN'
Thx
Janis
by janis angele
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi Janis,
this button class is not include our theme.
But you can add your own style for this button. Add this css code to your css/custom.css
this button class is not include our theme.
But you can add your own style for this button. Add this css code to your css/custom.css
Code:
.button-large {background:#FF0000; color:#FFF}
.button-large:hover {background:#FF0000; color:#FFF}
Attachment button-2.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates