Thanks for the info. Now let me go step by step.
1. Login to your WordPress dashboard.
2. In left sidebar, find “Appearance” and then click “Editor”.
3. A new page will open where you will see lots of code. On this page you can edit all the files of your theme. On right side, you can see names of all the files. When you open ‘Editor’ it will come to ‘style.css’ file by default.
4. Now scroll down the code and at the very end of it just place the following code and update the file. It is specifically made for your site.
———-below this line ——–
.site-description {
color: white;
font-size: 19px;
margin-top: 5px;
}
.top-widget .widget-title h3 {
color: white;
font-size: 19px;
text-shadow: 1px 1px 10px black;
margin-top: 23px;
}
.top-widget .textwidget {
color: white;
display: inline-block;
font-size: 20px;
margin-top: 7px;
text-shadow: 1px 1px 10px black;
}
——above this line——
Feel free to contact me in case you face any problems. I will be happy to help.