Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1183248

    Hello everyone
    I changed the background color from the header.

    I can make by css that this color remains mobile white.

    Thank you and nice greetings Franz

    #1183461

    Hallo Franz,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    div#header_main {
      background-color: #fff;
    }
    }

    LG,
    Rikard

    #1183583

    Hello Rikard

    Works fine
    Thank you very much

    then I have a question, I got a code from you to format a table (see below)

    I have built in 2 tables on this homepage

    how can I specify that this will be formatted differently

    Beautiful Greetings Franz

    #1183588

    Hi,

    What you mean by formatted differently? Formatted differently from what?

    Best regards,
    Jordan Shannon

    #1183591

    I mean different font sizes
    or colors

    Thank you very much

    #1183609

    Hi,

    I’m seeing the tables alternating between light-grey and white. Is this not correct?

    Best regards,
    Jordan Shannon

    #1183614

    I have a menu point “Vorstand”
    and a meu point “Downloads”
    I want to make the font colors different
    but if it is not possible also no problem

    Thank you and nice greetings

    #1183617

    Hi,

    Can you enable right click so we can inspect your specific table code?

    Best regards,
    Jordan Shannon

    #1183638

    is enabled
    thank you Jordan

    #1183639

    Hi,

    Try adding this to quick css. Adjust the color to what you need.

    .avia-table-3 li a{
    color:red!important;
    }

    .avia-table-1 tr td,
    .avia-table-1 tr td a{
    color:green!important;
    }

    Best regards,
    Jordan Shannon

    #1183697

    Thank you Jordan
    works fine
    you can close this request

    beautiful greetings
    Franz

    #1183785

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘different backcolor online and mobil’ is closed to new replies.