By HMED on Thursday, 06 August 2015
Posted in General Issues
Likes 0
Views 439
Votes 0
Hi stackideas team,

we are using one of yootheme templates with a specific button classe (uk-button), its possible to replace the defaut blue ES buttons classe (btn-es-primary) with our uk-button class ?

where we can do it ?

Kind regards
Hi Jan,

To be honest every site has different way of styling and element and it is almost impossible for us to provide the general css modification. What I can suggest is that you can inspect the element of button by using your browser console and add the same styling from uk-button to the btn-es-primary css styling inside your custom.css file.
·
Thursday, 06 August 2015 17:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fazwan and thank you for your fast response

i used my console to inspect the add event button for example (check please the screenshot),
i have a custom.css file inb my css folder under my yootheme but honestly i dont understand what i must put in this file
·
Thursday, 06 August 2015 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You can use the sample code below but you need to add in your own colors,


body div#fd.es .btn-es {
background-color: #000 !important;
}


Please understand that our support does not cover customizations
·
Thursday, 06 August 2015 19:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post