Archived topic
Idea theme - gradient background
7 replies · Started by Thomas on August 1, 2022
Hi guys,
i use the theme Idea from generatepress.
In that theme there is one site with a gradient background which you see here:
https://test.wp-fit.com/immobilien/
the blue background in the first container: use gradient, selector element direction 270.
On the desktop it looks perfect but on the mobile the gradient not looks good because of the direction 270.
I only can enable or disable the gradient but i can not make a setting for mobile and one for desktop.
How can i find a solution that on the mobile phone it looks good?
i hope i could explain my problem.
thanks a lot for your kind help
Hi there,
can you confirm the URL as the one provided returned a 404 error
Hi there,
thanks for your answer.
here is another link:
https://mighty-elements-canarias.es/immobilien/
maybe you have an idea how to solve that?
thanks a lot for your kind help
Hi Thomas,
I'm not seeing the gradient on the link, can you enable the gradient so we can have a look first?
Let me know!
Hi there,
thanks for your answer.
the gradient is on the left side of the first picture, the blue colour.
"Unser Service
ob mieten oder kaufen wir sind der richtige Partner "
did you find it?
thanks for your help
You can try it with custom CSS:
Example:
@media (max-width: 768px) {
.gb-container.gb-container-6c2fcded {
background-image: linear-gradient( 0deg, rgba(224, 251, 252, 0) 10%, rgba(61, 90, 128, 0.67) 60%);
}
}
I can see that you also have one set now.
its working perfect.
thanks a lot for your kind help
You’re welcome Thomas!