How to add in strapline in header

Discussion in 'GeoCraft WordPress Theme' started by kahoota, Apr 29, 2014.

  1. kahoota

    kahoota Guest

    Joined:
    Apr 26, 2014
    Messages:
    5
    Likes Received:
    0
    I have two questions:

    1) Which file do I edit to add in an html strapline into my header in the position where my arrow points?

    2) I think I want to make my header colour white (or non coloured) - can yous how me where I edit this in the CSS as there is no option for a plain version of the template

    Thanks

    N
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Could you please clarify little more what do you mean by html strapline.


    2.

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     .header_wrapper .header {
    background: #fff;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page