Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1011996

    Greetings,

    i want to change the color of tables and text in tables (link provided private). Can you please help me, where to look in settings?

    Also please take a look at frontpage (link provided private). It seems that green color is as background on every logo at section “The … consortium” below on the frontpage.

    Thank you in advance!

    #1012001

    Hey prana3stil,

    For the logos, add this to quick css:

    .main_color .avia-content-slider .slide-image{
    background:transparent!important;
    }

    For the tables, what colors are you looking to have?

    Best regards,
    Jordan Shannon

    #1012037

    Thanks Jordan for quick reply!
    Regarding tables – I want white filling and black text.

    Thanks and regards,
    Marc

    #1012140

    Hi Marc,

    Thanks for the clarification, though it looks like your site is down at the moment?

    Error establishing a database connection

    Best regards,
    Rikard

    #1012153

    Rikard,
    It seems you were connecting while server was in maintenance mode. Please try again.

    Regards,
    Marc

    #1012298

    Hi Marc,

    It’s working now, thanks. Please try the following in Quick CSS under Enfold->General Styling:

    tr, td {
      background-color:white !important;
      color:black !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.