Tagged: background, breadcrumbs, colors, gradient
Hi
could you please help me to edit or add css to obtain a horizontal 2 color gradient brackground for default breadcrumb area?
thanks in advance
Hi Stefano,
Do you have a screenshot or mockup of what you’re trying to achieve? so we can try to give you CSS code based on it.
Best regards,
Nikko
Hi Nikko
thanks for your reply
this is the standard breadcrumb (I already know hot to change background coloro, but don’t know how to make it gradient)
https://drive.google.com/file/d/1o6UIErhCHGCbhzn3aJUg00k1i1d-E3kl/view?usp=sharing
and this is as I’d like to have the breadcrumb and title area (I’ive photoshopped). I ‘d like to use css style and not and image as background
https://drive.google.com/file/d/1LmCxGbWANK1Hp6S1VbHrr2ZwT3R7E6EF/view?usp=sharing
thank you
Hi,
Thanks for the update. Please try this in Quick CSS:
div.title_container {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 42%, rgba(0,212,255,1) 100%);
}
If you need a different gradient, then you can generate one here: https://cssgradient.io/
Best regards,
Rikard
thanks a lot
it works
Hi stefanotese,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko