How do I customize the header?

Discussion in 'GeoCraft WordPress Theme' started by canet428, May 13, 2015.

  1. canet428

    canet428 Guest

    Joined:
    May 6, 2015
    Messages:
    14
    Likes Received:
    0
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    If you wish to put background image instead of the blue color than kindly use the following CSS code:
    Code:
    .header_wrapper .header{
    background: url(http://localhost/wordpress/wp-content/uploads/2015/05/page-title-1600x300.jpg) no-repeat;
    }
    The optimal size of the image should be image 1600x300 pixel. Also kindly change the image URL path as the path mentioned in CSS code is a sample one.
    For slider part could you confirm, do you wish to make your listing slider of full width.
     
    zoro909 likes this.
  3. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    Interesting topic here.
     
  4. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia

    Question: Dose that CSS code go in the Custom CSS box?
     
  5. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    Yes....

    I'm still working on mines www.SelfServiceLeads.com

    Create the image you want to use. I use Photoshop for mines. I than uploaded it to your Media Library. To get the actual link to that image simply hit edit and copy the URL that given to you.

    Take that URL and add it in the "(http://wwww.yoursite.com/wp---blah, blaj)"


    It will look like this

    .header_wrapper .header{
    background: url(http://wwww.yoursite.com/wp---blah, blaj.jpg) no-repeat;
    }


    I hope that helps.

    Jose
     
    zoro909 likes this.
  6. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia
    marketingsalesllc,

    I did that and it works, But the Geo Craft Logo and wording is overlapping my image, any ideas how to get rid of that?
     
  7. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    What's your directory URL zoro909?
     
  8. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia
    The GEO CRAFT logo is overlapping on my image. Have a look: http://localgardenservices.com.au/

    How do I get rid of it?

    Also, I made the image 1600 x 300 but only one third of the image is shown, why is that?

    I should add that it's only a test image until I get things figured out.
     
  9. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    Yes, I see the over lapping. It's weird. Looks like there a bit of code that's off. It's hard to say without actually seeing it.
     
  10. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia
    Admin, please advise.
     
  11. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Marketingsalesllc,

    I have just visited your site and found that you have added a header background image, That's why the logo is appearing on that.

    You can simply hide the logo by applying below CSS code in Custom CSS field located in Dashboard->Geo Settings>Theme Options->Styling Options

    Code:
    .header_wrapper .logo_wrapper .logo img{
    display:none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
    zoro909 likes this.
  12. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia

    Thanks for your help. You css code worked and issue is now Fixed :)
     
    marketingsalesllc likes this.
  13. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    Looks better now. Did you get my message about borrowing your policy page my friend?

    Jose
     
    zoro909 likes this.
  14. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia

    OK, please don't just copy it verbatum, but you're welcome to use it as a template and change some wording to suit your site
     
  15. marketingsalesllc

    marketingsalesllc New Member

    Joined:
    Aug 5, 2014
    Messages:
    24
    Likes Received:
    7
    Location:
    Orlando, FL
    Thank you my friend.
     

Share This Page