There is a header option for a page to display the Title, Breadcrumbs, & Search box. Is it possible to only display the title and search box (ie. remove breadcrumbs)?
Thanks.
There is a header option for a page to display the Title, Breadcrumbs, & Search box. Is it possible to only display the title and search box (ie. remove breadcrumbs)?
Thanks.
Hi,
in search_header.php file (\library\tfuse_mods\thememodules\header_element) remove this code:
<div class="path"> <?php tfuse_breadcrumbs(); ?> </div><!--/ .path -->
Hey Max,
Thanks for the help. That got rid of the breadcrumbs, but the title and search box are not aligned vertically. Is there a way to get them to be aligned together?
Thanks.
Hi,
Fins this code in the style.css file and replace with this code:
.container_12 .grid_8 {
width: 572px;
}
.container_12 .grid_8 {
padding-top: 15px;
width: 572px;
}
Cheers,
George
I can't find that piece of code. I was looking in wp-content\qlassik-parent\library\tfuse_framework\css\style.css.
Is there somewhere else I should be looking?
Thanks.
Hi,
Add the second code I provided in the style.css file of the child theme and try one more time.
If it will nor work, please provide username and password from dashboard and I will help.
Cheers,
George
Still can't get it to work. Sent you an email with usernames and passwords and such.
Thanks again for all the help.
Hi,
problem solved. Please take a look and let me know if this is the desired result. This is the code that was added in style.css file of child theme:
.breadcrumbs .title {
margin-top: 16px;
}
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.