RomainBrn
Customer
Hello,
I would like to change the colors of my icons in my header on the phone because they currently have the same color as the background.
Thank you.
I would like to change the colors of my icons in my header on the phone because they currently have the same color as the background.
Thank you.
RomainBrn
Customer
FuryHello,
What theme are you talking about?
Regards
RomainBrn
Customer
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?
Attachments
Dohtheme
Staff member
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.
CSS:
@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;
}
remove this:
color: @xf-textColorEmphasized;
Regards
RomainBrn
Customer
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
Thank you for your help.
Good day !