• Please note that our support is not available weekly from : Thursday 15:00 (GMT+2) to Saturday 13:00 (GMT+2)

Change the colors of the icons in the header on the phone

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.
 
Staff member
On the computer everything is perfect but on the phone the icons are white and the background is white too.
in the "app_nav.less" template search for:

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
 
Customer
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
Great it worked !
Thank you for your help.
Good day !
 
Top