Header background colour (mobile view)

Home Forums Gillion Theme Header background colour (mobile view)

Home Forums Gillion Theme Header background colour (mobile view)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • kaptendop
    Participant

    Hi,

    Please help, how to change header background colour.

    It’s works editing with yellowpencil for destop/PC but not in mobile view ( I already try it).

    Colour code default #505050

    Colour code I want to install #f1c40f

    Best regards,

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @kaptendop,

     

    Thank you for your question.

     

    You can change header background color on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    div#header-mobile {
        background-color: #f1c40f;
    }

     

    Best regards,
    Shufflehound team

    kaptendop
    Participant

    Thank you,

     

    Regards,

    You are always welcome here 🙂

    kaptendop
    Participant

    Dear Shufflehound,

    It is work well in previous theme version, Today I reset my site, and install the new theme version 3.4.8 and put the code

    div#header-mobile {
        background-color: #f1c40f;
    }
    
    but unfortunately it dose not work
    
    Please help
    Thanks

    You are using some incorrect custom CSS code on your website causing the above CSS code not to work so please try adding it on the top of your existing CSS code.

Viewing 6 posts - 1 through 6 (of 6 total)