• Resolved dadihall

    (@dadihall)


    Hi and thanks for awesome theme

    I have couple of questions

    1. Is it possible to somehow remove the page title from the content header( the blue border) and add a Headline text instead?

    If not is it possible to add a some kind of headline above or below the content header? ( Im not talking about <H1> in the text area, more like a widget, etc.)

    I only need it to be like this on the frontpage

    2. Is it possible to place the search box in the navbar, so it will appear at the right side of the menu on all pages?

    My site isn′t up and running at the moment ( working on localhost) so I can′t attach a link yet.

    I hope my questions are clear and answerable though ??

    Thanks in advance and thanks again for the great theme.
    Daei

Viewing 1 replies (of 1 total)
  • Theme Author Tim Nicholson

    (@timnicholson)

    Hi. You can completely remove the page title and tagline in Appearance -> Customize, then Site Title & Tagline section. Or if you want both the site title and tagline you can do that. You can also turn off both and there will be no header… the top of your site will be the navbar. In that case, just your site title will display in the nav bar.

    I haven’t provided a way to disable the site title, but leave the tagline. I’m using standard WordPress theme code and it doesn’t provide for that. You can hide the site title with CSS, though. Something like:
    .site-title { display: none; }

    I don’t have the theme set up with a widget area above the navbar. Its a decent idea, though. Since you only want this on the front page, you may just want to copy over the index.php and name it frontpage.php. Then you can make edits there (remove site title if you want, hard-code in some text or whatever).

    All my themes use Bootstrap and they have CSS for a search section in the navbar. I’d actually like to figure out a way to put one on my site as well. I haven’t figured out an elegant way to do that yet. Plus, it would likely make the navbar too wide for portrait tablet screens. So then there is either figuring out how to make the search box expand or shrink or hide it altogether on tablets in portrait mode.

    If you want to experiment with it. You could edit header.php. Here is the documentation on how to do it from a Bootstrap perspective. Bootstrap Navbars. But I’m not exactly sure how you’d get that search button to get WordPress to perform the search.

    Sorry I wasn’t able to be more helpful. These are some good suggestions for me to see if I can figure out an elegant way to implement them.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing page title from content header and moving searchbox to nav-bar’ is closed to new replies.