• Closed
  • Mike
    Spectator
    January 17, 2014 at 6:10 pm #8235

    Hi Roman,

    I am using evolve 2.7.0 and would like to change the content color (the options found under evolve settings>styling options) to a custom color (the only built in options are white and black). How do I do this?

    Thanks,
    Mike

    Roman
    Spectator
    Posts: 3147
    January 17, 2014 at 6:51 pm #8992

    insert in the Custom CSS field for example:

    Code:
    .menu-container, .content, #wrapper {background:red;}

    modify per your needs

    Mike
    Spectator
    Posts: 5
    January 18, 2014 at 7:16 pm #8995

    Solution works. Thanks.