Adding text content to home page

Discussion in 'ButterBelly WordPress Theme' started by weejack, Nov 19, 2015.

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

    weejack New Member

    Joined:
    Mar 5, 2014
    Messages:
    4
    Likes Received:
    0
    Hi there,

    Can you tell me how to add a full width text area under the slider on the homepage - Id like to add some text content to the page .

    Many thanks

    Pat
     
  2. nitin

    nitin Guest

    Hi Pat,

    Greetings from InkThemes,

    The addition of a separate full width text area under the slider on the homepage is possible but will require some customization in the source code of the theme.

    So, send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password

    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. nitin

    nitin Guest

    Hi Pat,

    Greetings from InkThemes,

    You would be glad to know that we have added the text area in your website as per your requirements.

    To add the text below slider, Add your desired text in the Custom Text section
    (Appearance -> Theme Options -> Slider Settings -> Custom Text) of your dashboard.

    Kindly check for the changes and acknowledge us for the same.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  4. citizencoaching

    citizencoaching Member

    Joined:
    Dec 28, 2011
    Messages:
    62
    Likes Received:
    0
    Hi,

    I also would like this customisation.
    I have have sent email with login details to my site as per Nitin's instructions above.
    Alternatively you can post instructions here for me to follow along if that's less hassle.

    Many thanks,
     
  5. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    add_text_under_slider.png

    Code is as follow..
    Code:
    <div class="text">your content</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 after editing the code, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .text {
        font-size: 25px;
        text-align: center;
        margin-bottom: 25px;
        margin-top: -30px;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. citizencoaching

    citizencoaching Member

    Joined:
    Dec 28, 2011
    Messages:
    62
    Likes Received:
    0
    This worked great, thank you so much!
    I didn't need wp-editor as I have ftp access and used TextWrangler (code was needed on line 236 for me).

    Also I wrapped the <div class="text"> with:

    <div class="container_24">
    <div class="grid_24">

    ...for page consistency, with text-align: left;

    Thanks again for your help.
    =]
     
  7. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

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

Share This Page