Hi again. Thanks in advance.
Is there a function to have sliding images on home page as http://designerstitch.com.au/
and static image on my other pages.
And BTW – I own Attitude Pro version….
Thanks ANn
@ann You could set the header image and paste the following css in the Custom CSS option of theme option. .home .header-image { display: none; } This will make the header image appear on all pages except for the home page.
.home .header-image { display: none; }