Hi 1.How do i change layout of themes,I see the option not available like all other themes under styling options.I bassically want to change the menu and footer section colours. 2.How do i change the content area background? 3. How do i change the background colour of the theme. 4.How do i stretch the background image as 1 picture(image) rather than appearing as multiples etc. Thanks.
Hello, Could you please share us your website link so that we can check your issue as well as the screenshot in which which section do you want to change color. Thanks & Regards Yogesh Bhade
http://www.conley.com.na/ 1. Also what to change the default stylesheetto another colour but the option not available under the theme. See image (layout) extracted from the Blacbird theme.
Hello, Firstly you have to remove cufon text as shown below in screenshot. 1. In this theme there are no other color option as in our other theme but you can change color of menus and footer section. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li a { color: red; } .footer_wrapper { background: red; } 2. You can change color of content area by applying following CSS in Custom CSS. Code: .feature_content { background: red; } 3. You can change background color of theme by applying following CSS in Custom CSS. Code: .feature_content { background: red; background: url(' image url '); for use image in background } 4. Use larger image in background so that it will not repeat. Use your color/color code in above code in place of red. It will resolve your issue. Thanks & Regards Yogesh Bhade