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
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
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