Parallax section for front page - text color

Hi,
when i choose Background Full (in parallax frontpage section) defoullt Titl and Content are white, how can i change that? And maby size of that texts?

Good morning

Indeed, parallax text color should be white in this case, but i can help you please provide link to the page, point me to the text and i will provide custom css for you

I have it in Offfline mode for now :confused: i ran Wordpress on my PC only, to configure whole site and put it on line when it would be done.
I didnt done anything weird in Demo option, onlu customize some things. (colors, backgrount, menu)

Good morning

Ok, lets try without your website, please add this code in appearance > customize > additional css:

.image-bg h3, .image-bg h1,
.image-bg p, .image-bg li {
color: #464646;
}

Nice, color works. How i can adjust the size of them?
In witch one of CSS are properties for those widgets?

And aditional question: How can i turn off “search”?

Thank You

Good morning

You can use this code:

.image-bg h3, .image-bg h1,
.image-bg p, .image-bg li {
font-size:30px;
color: #464646;
}

and for search this code:

.module.widget-handle {
display: none;
}

That works just fine :slight_smile:
Thank You for your support.

thank you too :slight_smile:

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org