• I would like to change the background colour of the Learn More box in the content boxes. How do you do this please?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You want to change color of learn mare button or the background color of front page content boxes?

    Thank you

    Thread Starter diosahayya

    (@diosahayya)

    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

    Thread Starter diosahayya

    (@diosahayya)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Learn More colour in Content Boxes’ is closed to new replies.