I extended Halo theme, I am finding it difficult to change the background color of all buttons and the related color on mouse hover
Hi,
Below the example of changing button’s background-color:
.v-button {
@include valo-button-style($background-color: #8237ff);
&:hover:after {
background-color: rgba(76, 255, 184, 0.3);
}
}
Gleb
1 Like
Thanks work on extended theme. On new custom theme not work ! I tried to add it on mytheme.scss
Could you please attach a demo project?
Thank you for the demo project.
The style above must be located within @mixin MyTheme, otherwise it’s ignored.
Gleb
2 Likes