How to change the background color for MOBILE Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How to change the background color for MOBILE

    ELTP
    ELTP
    New Member


    Male Posts : 18
    Reputation : 2
    Language : English and Finnish

    In progress How to change the background color for MOBILE

    Post by ELTP Mon 15 Jan - 23:24

    Hi there,

    Our forum at www.duelmasters.org uses dark theme on a desktop version and its white text for certain important topic headlines is unreadable on white background. I was wondering how I can assign the background color for topics and categories on mobile to be for example black?

    Thanks in advance!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51496
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How to change the background color for MOBILE

    Post by SLGray Tue 16 Jan - 0:17




    How to change the background color for MOBILE Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    ELTP
    ELTP
    New Member


    Male Posts : 18
    Reputation : 2
    Language : English and Finnish

    In progress Re: How to change the background color for MOBILE

    Post by ELTP Tue 16 Jan - 14:40

    Thanks for your reply, but that did not really solve my problem although it is already something.

    Could someone please give me an example CSS code that would set the mobile background to white?
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1186
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    In progress Re: How to change the background color for MOBILE

    Post by Ikerepc Tue 16 Jan - 15:48

    Try
    Code:
    .forum-section {
      background: #333;
    }

    Or another color...
    ELTP
    ELTP
    New Member


    Male Posts : 18
    Reputation : 2
    Language : English and Finnish

    In progress Re: How to change the background color for MOBILE

    Post by ELTP Tue 16 Jan - 15:54

    Thanks for the reply @Ikerepc.

    Sadly, that code did not work for our forum, which is Invision based, if that makes any difference.