About Front Page no skills / Testimonials Section just one Person

Hello there,

I dont need the skills in this area. (About)
Possible in CSS?
I see now just a grey line! (see screenshot!)

And also one Person in the Testimonials Section!
Possible?
I have only two person/slider!

Thanks so much for your help.
merci maxus

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the skills by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove skills*/ #about .skill { display: none; }

However, I am not exactly sure what you need to be done for the testimonials section. Could you explain that issue in more detail?

Best Regards,
Support

Works. Also for the testimonials section now. The side shows me for every time 2 testimonials or more. But i need only one person. With this code it works also for this section!
Stupid little question. I try to find where i can change the color of the navigation actually! From white to grey!

Best Regards,
Matthias

#header .top-header .header-navigation ul li a {
color: #fff;
}
#header .top-header .header-navigation ul li a:hover {
color: #ffde00;
}

Found it;)

Hello there,

Nice work finding the solution.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support