Adding Another Section to Home Page

Discussion in 'Harrington- A WordPress Business Theme.' started by feemc1, Aug 17, 2015.

  1. feemc1

    feemc1 New Member

    Joined:
    Aug 12, 2015
    Messages:
    9
    Likes Received:
    0
    Hi

    I would like to create another text area above the footer that could be used as a call to action. Is it possible to do this and if so can the text area have a border around it also?

    Many thanks

    Fiona
     
  2. nitin

    nitin Guest

    Hi Fiona,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Everything is possible with us, and fixing your issue is really very easy.

    It requires 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.

    Looking forward to hearing from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. feemc1

    feemc1 New Member

    Joined:
    Aug 12, 2015
    Messages:
    9
    Likes Received:
    0
    Hi Nitin

    Thank you so much for your reply. I have emailed you the Wordpress login details as requested.

    I look forward to hearing from you and thank you for such a quick response!

    Kind regards

    Fiona
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    First, follow the screenshot given below.

    harrington_add_custom_text_above_footerarea.png

    PHP:
    <div class="clear"></div>
          <!-- 
    CUSTOM CODE -->
          <
    div class="grid_24">
            <
    div class="my-custom-text">
              <
    p>WRITE YOUR TEXT HERE.......</p>       
            </
    div
          </
    div>
          <!-- 
    END OF CUSTOM CODE-->
    Note:- 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.

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .my-custom-text {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 1px solid #f05931;
        background: #fff;
        padding: 20px 15px 10px 15px;
        border-radius: 10px;
      margin-bottom: 15px;
      text-align:center;
    }
    
    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    feemc1 likes this.
  5. feemc1

    feemc1 New Member

    Joined:
    Aug 12, 2015
    Messages:
    9
    Likes Received:
    0
    Hi Nitin

    This worked perfectly. Thank you so much for a great theme and great customer service!

    Kind regards

    Fiona
     
  6. nitin

    nitin Guest

    Hi,

    Thanks for your appreciation...

    Just thought to let you know that we got an awesome membership plan of $147 which gives access to all the themes and 6 - 7 Plugins of InkThemes (designed by InkThemes)..

    Since you are already a member of InkThemes and purchased our themes, how about paying us the discounted price just $100 and upgrade to $147 plan..

    It will give you access to all the themes of InkThemes for just $100.. Remind you that the original cost is $147..

    Let me know how it sounds to you..

    I will tell you the process to make the payment...

    Regards!
    Nitin
    InkThemes.com
     

Share This Page