Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Saguaros Moderator
    #999724

    Hi,

    For the slideshow, you can try with suggestion here: https://www.joomlart.com/forums/topic/ja-acm-module-slideshow/#post-561934

    Regarding to the orange color theme, it’s best if you can change the global variable via LESS file. With orange theme, you can open the file: ROOT/templates/ja_hotel/less/themes/orange/variables.less

    Look for the variable for brand-primary color and change to the color as you wish.

    // Brand colors
    // -------------------------
    @brand-primary:                 @orange;
    @brand-secondary:               #8bc34a;

    Note that the declaration for all variables in template can be found in: ROOT/templates/ja_hotel/less/variables.less
    Once done, refresh your site to see the change if your site is running with Development Mode.

    In case, the Development Mode is OFF, you will need to compile less to css (REMEMBER to backup all current CSS files first as when compiling less to css, they will be overridden)

    Hope this helps.

    litesvcs Friend
    #1008078

    Hello, I tried to change the color of orange theme and i put value my value of orange which is #EDA527 to @orange in brand primary but does not work. After saving i compile less.
    the root i use is

    ja_hotel/less/themes/orange/variables.less

    Any other suggestions?

    litesvcs Friend
    #1008308

    Hi, Just to make it more clear, I changed [ @brand-primary: @orange; ] to [ @brand-primary: #EDA527; ] and then i compiled less as per you instructions and message but nothing change after that. Color is still the same.

    Saguaros Moderator
    #1008422

    Hi,

    You can provide the support credentials of your site i.e: URL, Admin & FTP account. And tell me the page that doesn’t take the new color. I will check it for you.

    Regards

    litesvcs Friend
    #1008448
    This reply has been marked as private.
    litesvcs Friend
    #1008451

    Hi,

    The page that i want to have the new colour is the Home Page. But i would like to have the new color in the orange theme as i may use this theme for other pages.

    Thank you

    Saguaros Moderator
    #1008455

    Hi,

    As I can see that your site is running without Development Mode: http://prntscr.com/e53hhj , with this mode, your site will load CSS files

    If you made changes in LESS files, you will need to compile LESS to CSS (you can see this button in template manager section) , REMEMBER to backup all current CSS files first as when compiling less to css, they will be overridden.

    Regards

    litesvcs Friend
    #1008475

    Thank you very much . I managed to change it. Everything is working fine with you help.

    Saguaros Moderator
    #1008503

    You’re welcome!

    Have a nice day!!!

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

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

The topic ‘Changing JaHotel Home Template to a different Orange Color RGB values?’ is closed to new replies.