Colorfilter of Blogslider

Hey there,
my client asks me to brighten all images in the blogsliders. In the slider the images are very dark - like there was a dark grey colorfilter.
I can not find any settings for this colorfilter.
www.easypharm.at
Do you need login for wp?

Thanks

Alexandra

Hi Alexandra,

To make the text readable, we added the semi-background color above the image. You can change the opacity of background color by adding this custom CSS under Theme Options > CSS:

.x-post-slider-entry>a {
     background-color: rgba(0,0,0,0.2);
}

For more information about the background color CSS, please take a look at this article:

https://www.w3schools.com/cssref/css_colors_legal.asp

Hope it helps :slight_smile:

Thanks a lot.
Unfortunately there is no CSS editor in the theme-options. And I don´t want to put the code into editor (design/editor).

Where can I find an other way, or should I give you the credentials?

Alexandra

Hello Alexandra,

Thanks for updating the thread. :slight_smile:

You can find the CSS editor under X > Theme Options > CSS.

If you don’t want to put CSS into Theme Options panel then you have the options of adding them in child theme. You can add the CSS codes under Appearance > Editor.

You can use following resources to download and setup child theme.

Download Child theme from following source: https://theme.co/apex/child-themes

Please take a look at following article to setup child theme:

Thanks.

Thanks a lot. It helped.

Alexandra

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.