poosit19 hi If compile Less to css option is not working there is possibility. Either these is error on your changes/less file that result this or Low PHP value that does not allow the compile process to complete.
Kindly Edit fields in first post and submit site super user login and FTP details for staff http://prntscr.com/p8hl37 I will try this change on your site to debug the problem.
Regards
Ninja Add already. Please come to see.
poosit19 Hi Kindly increase the Memory limits to 512M and max execution time to max_execution_time : 300
I tried it and its working http://prntscr.com/p8lm7o You need to save new theme after apply http://prntscr.com/p8lmd9 then compile less to css and change the theme.
I added test theme http://prntscr.com/p8lmtr
Dear Pankaj,
Thank you it changed now.
Poosit.
poosit19 You are welcome. Let me know if you get any issue now as its working fine for save a theme and compile Less to css.
Dear Ninja
Another question with quite the same problem. On Submenu when mouse move over, they still display in black.
Can you tell me where to change them?
Regards,
poosit19 Hi Add this code in /css/custom.css file and change the color code as per needs
.t3-megamenu.animate .mega.open > .mega-dropdown-menu{ background:#eee; }
Template folder/css/custom.css is path, If file not exist , kindly create it.
Ninja Thank you very much. They changed now.
But another point, background of "READ MORE". Can you change their color?
poosit19 Hi Kindly give me page URL on which you have the Readmore button and want to change the color. as there is no Readmore text button found on homepage.
Ninja http://www.siamfootball.com/index.php/2017-07-18-12-23-04
poosit19 Use this code
.readmore .btn-default{background:#eee!important;}
Ninja Thank you. It's work. I add them in custom.css after the above code.