Adding a new text area on the homepage.

Discussion in 'Themia WordPress Theme' started by alchemy, Aug 21, 2016.

Thread Status:
Not open for further replies.
  1. alchemy

    alchemy Member

    Joined:
    Apr 16, 2013
    Messages:
    45
    Likes Received:
    1
    Hi, thanks for this theme!

    How can I add a full width text area below the slider please?

    Many thanks for your help
    Neil
     
  2. priya

    priya Guest

    Hello, Neil..

    Greetings from InkThemes!

    Please follow the screenshot given below.

    Themia_text_below_slider.png

    Code is as follow..
    Code:
    <div class="home_text"><p>write your text here...</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 please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home_text p {
        font-size: 20px;
        text-align: center;
        color: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. alchemy

    alchemy Member

    Joined:
    Apr 16, 2013
    Messages:
    45
    Likes Received:
    1
    That worked perfectly!

    Many thanks for your help :)

    kind regards
    Neil
     
  4. priya

    priya Guest

    You're welcome, Neil..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page