HELP Any help please

Konu Sahibi

DonCapo

Premium
Katılım
18 Kas 2025
Konular
1
Mesajlar
7
Tepkime puanı
3
image-2025-11-30-14-33-46.png


how can i edit mine aand put shadows like this in my forum please

please help
 
You can add any backgrounds image on p-breadcrumbs with css / in extra.less

For example;

.p-breadcrumbs {
background-image: url('path/to/image.jpg');
background-repeat: no-repeat;
background-size: 100% 100%; /* Stretch */
background-position: center;
}
 
Geri
Üst Alt