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
Go to the Appearance > Editor and create a div, name it for example "Text" and add your text there. check image for reference. 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.
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
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .pikachoose { border-bottom: none; } This will remove that dotted line.