Darker box behind text on slider

Discussion in 'Compass WordPress Theme' started by johced1974, Oct 11, 2015.

  1. johced1974

    johced1974 New Member

    Joined:
    Apr 3, 2012
    Messages:
    22
    Likes Received:
    0
    Hi,

    On the sliders there is text with a slightly transparent box behind this text, above the slider picture. The white text is difficult to read and I'ld like to darken the box a bit - how do I do this? I guess it's just to change a value in the CSS?

    Thanks,
    Johan
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    Regards!
    Nitin
    InkThemes.com
     
  3. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    it would be better if you told us how to do this
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To darken the concerned box, you need to paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .salesdetails {
        background: rgba(0, 0, 0, 0.2);
        }
    Note:- The values in the above code is the one which is presently set in the theme, you need to change the values before pasting the code.

    Also, you can use the code below to get a background color for the box :-
    Code:
    .salesdetails {
        background: #d6d2d2;
        }
    Note:- You can change the color code accordingly.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page