Issue 1: Change Background Colors in Different Sections How would I change the background color in each of the sections on the main page (so that each section has a different background color)? Ex: Different color for the first paragraph, the 4 featured sections, blog, etc). Issue 2: Sidebar Titles How do I make the titles in the left sidebar larger and bold? (See attached Image- 0a) Issue 3: White Space Under Slider Image Can the slider image be extended to cover this area or can something (like text) go in this space so it's not just white space? (See attached Image- theme1 slider) Issue 4: Can This Website Take Up Full Screen Instead of Being In Box With Background Color? (See image attached- theme1a) Issue 5: Padding Before Home Button on Navigation Can there be a little padding before the Home button on the navigation bar highlight area so you can see some of the navigation bar color on the left hand side and it's not flush against the end? (See attached image theme1b) Issue 6: Navigation Bar and Text Inside Can the navigation bar be larger and the text inside (as well as drop down menus) larger as well? Also, I need to make sure the text in the drop downs stay on one line and don't drop to 2 if text is too long because of the new size increase. theme1.1stopnonprofitshop.com
Hi, Hope you are doing good...! We are providing you the custom CSS codes which will do the work for you. Issue 1: Change Background Colors in Different Sections To change the color of the different sections, you can use the custom CSS given below for various section(s). First paragraph:- Code: .content-wrapper .content-info.home { background: #FF0000; } The 4 featured sections:- Code: #content { background: #FF0000; } Blog:- Code: .feature_blog_content { background: green; } Issue 2: Sidebar Titles Code: .sidebar-left h2 { font-size: 24px; font-weight: bold; } Issue 3: White Space Under Slider Image Code: .sl-content-wrapper { height: auto; } .bg-img img { height: auto; } Issue 4: Can This Website Take Up Full Screen Instead of Being In Box With Background Color? I would like to let you know that this could not be made possible in your website now as it will affect the whole customization done till now. Hope you understand. Issue 5: Padding Before Home Button on Navigation Code: #menu .ddsmoothmenu { padding-left: 1%; } Issue 6: Navigation Bar and Text Inside Code: menu li a { font-size: 16px; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
As far as the background color change for different sections, can I get more colored padding above the featured 4 sections and also a little more padding with the blue background color on the left of all the sections? I don't want the color to start so close to the sidebar...I want a little more blue to show so it doesn't look like it's right up against the sidebar. Also, there is still white space under the slider image. The code make the picture take up the whole space for a second, but then it goes back to having white space. I think that's because that is where the text goes. Can it just be a solid color so it doesn't look like a big empty white block? Only other issue is the code that you gave me for the navigation bar and text size increase doesn't seem to be doing anything.
Hello, Mr. Naveen is already in touch with you at mail and continues trying to resolve your all issues.. So you are kindly suggested to continue with him at email, he will assist you over there.. Hope you will understand.. Thanks & Regards! Priyanka InkThemes.com