Hello @sarahames,
Can you share your website link? This will help us to assist you better.
Hello,
Add this code in additional css option to change the font color.
#commentform {
color: #000000;
}
Hello..
Go to the customize option –> Header –> Header setting –> then choose the 3rd layout.. This layout doesn’t contain header image in the posts and pages.
You can refer this screenshot:-
https://screenpresso.com/=5ibcg
Hello @michalrama,
You can us TinyPNG WordPress plugin to optimize images.
Here is the link of the plugin:- https://ww.wp.xz.cn/plugins/tiny-compress-images/
Hello @laurenpinson,
you can add this code into custom CSS box to remove the date.
.entry-date{
display:none;
}