Hi,
You want to change color of learn mare button or the background color of front page content boxes?
Thank you
Hi, thank you now I managed to change this.
But I have 1 more question regarding the Evolve template: In the Bootstrap slider, how can you change the colour of the black rows (Title and description row)?
Thank you
Hi,
For example.
.carousel-control {
background: #fff000 !important;
}
Thank you
Hi thank you but I just tried and the colour is still not working. I added the suggested CSS in the Custom CSS box.
Thank you
Hi,
Add below code in custom css box, change color code as you want.
#bootstrap-slider .carousel-caption .bootstrap-button,
#bootstrap-slider .carousel-caption p{
background: #fff000 !important;
}
Thank you