Text on home page

Discussion in 'Real Photography WordPress Theme' started by simonparker, Mar 3, 2013.

  1. simonparker

    simonparker New Member

    Joined:
    Feb 5, 2013
    Messages:
    5
    Likes Received:
    0
    On the home page we have the slider, how do i add some text to it, and not within the post that is below it. I'd like to add some info about the site on the home page but can't see how to do that except from as a blog post, which will go as soon as a new blog post is written.

    Also, can i remove a footer? There are 4, only really need 3 but can't see how to remove on. Used to be able to drag and drop in wordpress but for some reason can't anymore, guess that maybe the latest version..

    website is www.home-photos.co.uk

    Please advise
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to the
    Appearance > Editor and create a div, name it for example "Text"
    and add your text there. check image for reference.

    [​IMG]


    For footer widget, It is not possible to remove single widget area from footer. You can add blank text field there or you can use it for widgets like search.
     
  3. simonparker

    simonparker New Member

    Joined:
    Feb 5, 2013
    Messages:
    5
    Likes Received:
    0
    ok, tried that, sort of works though i get that dotted line seperating the home page to blog post right in the middle of the text. guess something i did was wrong
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .pikachoose {
    border-bottom: none;
    }
    This will remove that dotted line.
     

Share This Page