Change color and size of featured section

Hi there!
Awesome theme!

How can I

  1. change the color of the title in the featured section widget
    (My page has a black background and white body font. The title seems to be black so it does not show. How can I change it into white?)
  2. change the size of the title in the featured section widget
  3. change the size of the content of the featured section widget

Thank you very muuuuch!!!

A picture mit help.
I highlighted “Beauty” as it does not appear like the other two titles.
And as you can see I managed to change the font size of the other widget … but it did not work for the featured section widget.

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

These can be done with the help of some Custom CSS. Kindly provide me with a link to this page so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Oh, yes, of course.
http://empoweringvalue.de/empoweringvaluede/
Thank you very much! Have an awesome day!!

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*featured item header color and font size*/
.feature h4 {
    font-size:24px!important;
    color: white!Important;
}

/*featured item content font size*/
.feature p {
    font-size: 12px!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Tadaaahhhh! Awesome!
Thank you for your excellent and fast support!
Might get back to you with something else :wink: