Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #877063

    Hi there

    You can customize your colors accessing this less file /templates/ja_mono/less/variables.less where it is defined the variable color for orange theme. around line 63

    // Accent colors
    // -------------------------
    @orange:                #ff7100;

    and change it to :

    @orange:                #E45026;

    after applied this change from your backend click on the top button compile less to css

    in the image below you can see the resulted new value on the page


    1. Screenshot_11
    valthebault Friend
    #877078

    Hi,

    I did what you recommanded and it worked flawlessly.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  valthebault 8 years, 9 months ago.

The topic ‘How do I precise the orange of the theme?’ is closed to new replies.