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
Hallo Franz,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
div#header_main {
background-color: #fff;
}
}
LG,
Rikard
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
Hi,
What you mean by formatted differently? Formatted differently from what?
Best regards,
Jordan Shannon
I mean different font sizes
or colors
Thank you very much
Hi,
I’m seeing the tables alternating between light-grey and white. Is this not correct?
Best regards,
Jordan Shannon
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
Hi,
Can you enable right click so we can inspect your specific table code?
Best regards,
Jordan Shannon
is enabled
thank you Jordan
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
Thank you Jordan
works fine
you can close this request
beautiful greetings
Franz
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon