Text in header

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Apr 20, 2016.

  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    I would like to add some "text" or "text logo" in the right corner of the header.

    www.squirrlit.com

    Thx
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    text_header.png

    Code is as follow..
    Code:
    <p class="header_text">your text</p>
    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.

    After adding the text, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    p.header_text {
        color: white;
        float: right;
        margin-top: 91px;
    }
    NOTE: Change color and numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page