FuryHello,
What theme are you talking about?
Regards
On the computer everything is perfect but on the phone the icons are white and the background is white too.Can I have a screenshot of that issue?
in the "app_nav.less" template search for:On the computer everything is perfect but on the phone the icons are white and the background is white too.
@media (max-width: @xf-publicNavCollapseWidth)
{
.p-nav
{
background-color: @xf-dt_grad_color1;
background-image: linear-gradient(90deg, @xf-dt_grad_color1 0%, @xf-dt_grad_color2 100%);
color: @xf-textColorEmphasized;
}
color: @xf-textColorEmphasized;
Great it worked !dans le modèle "app_nav.less", recherchez :
CSS:@media (largeur maximale : @xf-publicNavCollapseWidth) { .p-nav { couleur de fond : @xf-dt_grad_color1 ; image d'arrière-plan : dégradé linéaire (90 deg, @xf-dt_grad_color1 0 %, @xf-dt_grad_color2 100 % ); couleur : @xf-textColorEmphasized ; }
enlève ça:
couleur : @xf-textColorEmphasized ;
Salutations