Need some coding help for Andrina theme....

Discussion in 'Andrina WordPress Theme' started by tammymunson, Apr 22, 2013.

Thread Status:
Not open for further replies.
  1. tammymunson

    tammymunson New Member

    Joined:
    Apr 22, 2013
    Messages:
    9
    Likes Received:
    0
    Two Issues that I need help with ...

    1. I need to change the background color to white for the content-bar on individual pages

    2. Is there a way to change the logo to a full width logo and move the navigation under neath the logo (instead of it on the side of the logo )

    the test URL is http://0711test.tammymunson.net

    Thanks
    Tammy
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main-content .gallery h1, .main-content .page-content h1.contact, h1.single-heading, .page-content h1.page_title{
    background:red;
    }
    Inplace of "red" put your color code.

    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. tammymunson

    tammymunson New Member

    Joined:
    Apr 22, 2013
    Messages:
    9
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page