Hi there:
I have a problem with the slider in my child theme. I can´t read the letters because the box beneath the letters is dissapeared. How could I change the CSS code to put this box?
And I have another problem in my home page: I don´t find the way to put in the same line the three windows (now they are in a column), which there are under the slider.
Thank you, guys. Greetings.
Hi MiriamMoellers:
I did it the other day and it’s very simple.
In Appareance-Editor, in Stylesheet (style.css), search the following:
body {
font-family: “Verdana”;
font-size:16px;
color:#4c4848;
}
In color, type #0b0404. This is black color.
I hope you find helpful.
Cheers!!!
DeepakM, thanks for your answer. Very helpful.