Change Layout and Background

Discussion in 'Gommero WordPress Theme' started by dinobravo10, Nov 10, 2014.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    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.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     
  3. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    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.
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Firstly you have to remove cufon text as shown below in screenshot.

    10nov5.png

    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
     

Share This Page