How to remove or hide orange button from header

Discussion in 'GeoCraft WordPress Theme' started by myinktheme, Feb 3, 2014.

  1. myinktheme

    myinktheme Member

    Joined:
    Feb 1, 2014
    Messages:
    28
    Likes Received:
    0
    Please provide steps for removing or hiding orange post button from header thanks
     
  2. travissichel

    travissichel New Member

    Joined:
    Jan 13, 2014
    Messages:
    13
    Likes Received:
    0
    I figured out yesterdays you can either remove it from the header.php code, which is the part I highlighted in one of the attached images. (this will leave the DIV but remove the content)

    Or even better add this ".grid_10 {display: none;}" to the CSS in the admin "Geocraft settings > Styling Options" (This will remove the DIV and the content) also attached an image.

    2nd option seems to be fine to me and preferred, I am just hoping nothing else on the site is using the class ".grid_10".
    The DIV is actually called ".grid_10 omega" as u can see on the screenshot but adding the "omega" to the code I used did not work. So ".grid_10" it is. :/

    I am no expert just digging away at this like you. I simply found the code by right clicking on the button in chrome and selecting "inspect element" then it had the button code highlighted and i simply checked to see what DIV it was in.
     

    Attached Files:

  3. myinktheme

    myinktheme Member

    Joined:
    Feb 1, 2014
    Messages:
    28
    Likes Received:
    0
    Thanks travissichel, the 2nd option seems to work just fine. I just like to get a confirmation from inkthemes support that nothing else will be affected.
     

Share This Page