Hello, Could you please help me to reduce the space on the bottom of the homepage : www.cmmportailpro.fr? There is no extra space on other pages exept the homepage. Why? How can i change the color of the Homepage Main Heading and make it bold? Thanks, Elena
Hello, 1. Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bottom-feature { overflow: visible; } .index-info { display: run-in; } .index-info-one, .index-info-two, .index-info-three { display: none; } This will solve your bottom space issue. 2. Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content h1 { color: green; font-weight: bold; } This will solve your Homepage Main Heading issue.
thanks a lot. One more question: why the changes that we make to the theme do not appear just after? Why does it take some time to the changes to be active?
Hello, It might be the problem of cache, So clear the cache of your system and web browser, this will solve your issue.