in the homepage everything looks good . but in some pages the slider cant be show and i can see only the menu. or if its possible to have the front page with the slider. and in all the other pages a different header. http://lcksmith.com/fortworth in a different page http://lcksmith.com/fortworth/hello-world/ its possible to add text on top of every picture ? ( see in picture example) and i have one more question i want to have the slider picture size 1920 on 500 the problem is that the small description box appear on the menu . its possible to get the menu and the call now button a little higher and delete the color line in the top of the page? and i try to save some space how can i remove all the space between the slider to text under and from the text to the 3 columns under . its only a little bit space but it can help me a lot
Hello, To add different header on each page. You can use "Dynamic header" plugin. Download it from the link given below. http://wordpress.org/plugins/dynamic-headers/ 2) To remove margin Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper { margin-bottom: 0px; } .home-content .page_info { padding-bottom:10px; } 3) To add text above images. Open front-page.php and add code given below at line number 269, 302, 334. Check image for reference.