• Closed
  • Per Raebild
    Spectator
    November 22, 2016 at 9:57 pm #31260

    Hi Denzel

    Have 2 questions:

    Can you explain which custom css i need to use for 2 matters as follows:

    Change colour at read more and keep transparent/opacity 0.7

    How to change the colour at the “white text”, se attached image

    http://prntscr.com/dak2we

    Thanks in advance

    Best regards

    Per

    Denzel Chia
    Moderator
    Posts: 2672
    November 23, 2016 at 8:54 am #31270

    Hi,

    Please provide website URL.

    Thank yoiu

    Per Raebild
    Spectator
    Posts: 13
    November 23, 2016 at 8:56 am #31271
    Denzel Chia
    Moderator
    Posts: 2672
    November 23, 2016 at 9:27 am #31272

    Hi,

    The slider button is using rbga code.
    Use this colorpicker to give me the rbga color code you require.
    http://www.hexcolortool.com/

    As for the others.

    #bootstrap-slider .carousel-caption h2 {
    color: #fff000 !important;
    }
    #bootstrap-slider .carousel-caption p{
    color: #fff000 !important;
    }
    #bootstrap-slider .carousel-control {
    color: #000000 !important;
    }

    Thank you

    Per Raebild
    Spectator
    Posts: 13
    November 23, 2016 at 9:31 am #31273

    Thank you Denzel

    The colour i need for the slider button is rgba(235, 80, 21, 1)

    Br Per

    Denzel Chia
    Moderator
    Posts: 2672
    November 24, 2016 at 8:41 am #31283

    Hi,

    Please use the following.

    #bootstrap-slider .bootstrap-button {
    background: rgba(235, 80, 21, 1) !important;
    }

    Thank you