Randi Thornton
asked 10 years ago

Hello: I need an as easy solution as possible to add additional content below the page title. When I add text in the wordpress editor it does not appear on the page. I want to provide user with directions. 

3 Answers
well wisher
answered 10 years ago

Hi,Are you talking bout adding the questions description and showing it in “questions listing page” along with the page title?

Randi Thornton
replied 10 years ago

Hi:

I simply want to add custom text below the page title and above the questions and answers (above the search field) on this page: http://3181connect.com/local-guide/

well wisher
replied 10 years ago

i dont see any question answer thing on that page am i missing something?

DominicStaff
answered 10 years ago

  Hi Randi, Please take a look at the solution  in the previous question to add the content below the Page title by customizing the code as on our instruction. However, if you are not comfortable with the code and want to simply add the content without losing the customization after upgrading, we can help you as custom work with a small fee ( about $ 100 ). We will build an option in back-end, so you can easily enter the text as you prefer without touching any code. 

well wisher
answered 10 years ago

Hi as now i can see you question answer page here is what you need to do add this in the head of your content start wrapper

<div class =”custom”><h1><?php echo”HERE IS THE CUSTOM TEXT”?></H1></div>

you can remove <h1>tags if you wish i just added them to make them stand out.
Next you can add this either to the same file at the end or in your style.css file of your theme

<style>
.custom{
font-size:30px;
}
</style>

Next you can change the text i have added to whatever you want and also set the font size to something that suits and fits your site better just change 30px to 40px 50px or 20px whatever you want.
I hope this helps
Thanks

well wisher
replied 10 years ago

when adding to your style.css file make sure you remove those

tags else add them in content start wrapper as it is.

Powered by DW Question & Answer Pro