Replace header logo with title and tagline?

Discussion in 'GeoCraft WordPress Theme' started by jkanary, Jun 28, 2016.

  1. jkanary

    jkanary New Member

    Joined:
    Jun 27, 2016
    Messages:
    6
    Likes Received:
    0
    Is it possible to have the site title and tagline appear in the header, instead of the logo?
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jkanary

    jkanary New Member

    Joined:
    Jun 27, 2016
    Messages:
    6
    Likes Received:
    0
  4. jkanary

    jkanary New Member

    Joined:
    Jun 27, 2016
    Messages:
    6
    Likes Received:
    0
    The menus started working, but I'm not sure how to modify the header elements.
     
  5. priya

    priya Guest

    Hi,

    Please follow the screenshot given below.

    replace_logo_tagline.png

    Code is given below..
    Code:
    <a href="<?php echo home_url(); ?>">your site title and tagline</a>
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    And now paste the code given below in Custom CSS field of your dashboard..
    Code:
    .logo a {
        font-size: 24px;
        color: white;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. cratoid

    cratoid New Member

    Joined:
    Aug 5, 2016
    Messages:
    2
    Likes Received:
    0
    How if You create interface in the theme option to use Logo or Site Title?
     
  7. priya

    priya Guest

    Sorry.. didn't get you..

    Would you please elaborate it a bit more so that I can assist you accordingly..?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page