Deal Support,
Ist like default color for picture description is #ffffff and it could not be adjusted via Settings. I would like a box behind the description so its readable in front of the pictures and adjust the color. I have added in the private section my homepage link and a sample link to better express what I mean. In case it is achievable via quick CSS settings, I would like to understand where to find a comprehensive list of objects and their data attributes so I can better help myself.
Many thx
Hey amollde,
Please try the following in Quick CSS under Enfold->General Styling:
.home #avia_feature_image_slider_1 h2.avia-caption-title {
background: blue;
padding: 10px;
}
Best regards,
Rikard
Dear Rikard,
almost there! This snippet changes the background of the text in the slider perfectly. I am now just missing how to change the background color of the “read more” button.
as usual thanks for your really quick and helpful support!
Anja
Hi Anja,
Please try this CSS as well to set a background for the read more button:
.home #avia_feature_image_slider_1 a.avia-slideshow-button {
background-color: blue;
}
You can add this CSS instead of the previous block I sent, if you want to change the font size of the header:
.home #avia_feature_image_slider_1 h2.avia-caption-title {
background: blue;
padding: 10px;
font-size: 28px;
}
All elements on your site can be seen if you select to inspect them in your browser. There is no intellectual property rights here, you can freely target them using your own CSS.
Best regards,
Rikard
Dear Rikard,
you can close this one please, as fixed
best regards
Anja
Hi Anja,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit