New Landing How can we help? Themeforest Theme Support Dante Mobile header background color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #114163
    JavierCane
    Member
    Post count: 45

    Hi!

    What parameter I have to modify in order to change the grey color of the header background on mobile?

    (Attached image)

    Attachments:
    You must be logged in to view attached files.
    #114299
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    It’s the body background color you set, I think. Try this custom CSS.

    @media only screen 
    and (min-width : 320px) 
    and (max-width : 480px) {
    body { background-color: #ff0000; }
    }

    Let us know,

    Thanks,
    laranz.

    #114793
    JavierCane
    Member
    Post count: 45

    Hi,

    Thanks for the support, I did it taking into account tablets devices also:

    @media only screen 
    and (max-width: 991px) {
    body { background-color: #fff; }
    }

    The problem here is that I’m using a custom CSS for something that I suspect I would have to do through the theme customization settings (attached image). The problem is that I don’t know which property defines this color, can you indicate that to me, please?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #114803
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You cant do through theme settings so please use custom css code.
    Thanks 🙂
    With Best Regards
    Mohammad

    #114816
    JavierCane
    Member
    Post count: 45

    Ok. And with the CSS that I’ve specified I will not miss any kind of device in which I’ll be showing up the previous grey color?

    #114839
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Your code perfect and you will not miss any small device.
    Thanks

    #114847
    JavierCane
    Member
    Post count: 45

    Alright, thanks!

    #114852
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register