• Closed
  • Mike
    Spectator
    17.01.2014 at 18:10 #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
    17.01.2014 at 18:51 #8992

    insert in the Custom CSS field for example:

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

    modify per your needs

    Mike
    Spectator
    Posts: 5
    18.01.2014 at 19:16 #8995

    Solution works. Thanks.