http://www.dc3band.com/ When i updated to the PRO template, I now have a few problems on he Home Page: 1. HOME is no longer appearing on the Top Menu Bar 2. I would like to change the FULL background on every page, to the one that I'm using now? I'd like to replace the parts of the page that are now a white background to match, and also swap out the lower area of each page that contains the three footer widget area. 3. How can I reconfigure the Feature Text Heading? I'd like the 1st line font to be slightly smaller, so it fits on one line. I'd like to reduce the white space in-between the text lines that follow. How is that done?
Hello, 1.For your first issue Go to Appearance > Menus Create a custom menu and only add the pages that you want to show in the navigation bar. 2.For your second and third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bgimagecolor{ background: red; } .content h1 { font-size: 32px; line-height: 31px; }
For 2. above, this adds color to one part of the page (replacing the white with red - but I am trying to add a background image there. Is that possible?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bgimagecolor{ background:url(Enter your image address); }