Adding Text to Home Page

Discussion in 'GeoCraft WordPress Theme' started by webunet, May 26, 2016.

  1. webunet

    webunet Member

    Joined:
    Dec 14, 2012
    Messages:
    58
    Likes Received:
    1
    Location:
    Kalispell, Montana
    My website is https://www.flatheadguide.com. I want to add a paragraph explaining what the site is and related info. I want to add it under the "FEATURED BUSINESS LISTINGS" scrolling images - and above the "Recently Added" section. I assume I need to insert this text in one of the templates.

    Please tell me where to insert this text.

    Thank you,

    Tom
     
  2. priya

    priya Guest

    Hi, Tom..

    Greetings from InkThemes!

    Please follow the screenshot given below.

    add_text_below_crausal.png

    Code is as follow..
    HTML:
    <div class="home_text">
            <p> your desired text </p>
    </div> 
    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 at last, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .home_text p {
        text-align: center;
        font-size: 23px;
        color: blue;
    }
    Note: Change the color and font size 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