-
AuthorPosts
-
June 29, 2013 at 10:32 am #25530
Hello,
Great job with the theme Enfold it’s a very good theme.
I want to make you a question that I have not been able to find in the forum:
I would like not to show or even eliminate the entire “Your are here” element that appears under the menu on every page (except the home).
Is it possible?
June 29, 2013 at 10:48 pm #127261Hi dansacastell,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}That will remove the breadcrumbs which is the term for that ‘you are here> page name’ bit.
Regards,
Devin
July 1, 2013 at 7:53 am #127262There Devin
Thanks for your response.
This command stops displaying the text “You are here”, but it is also possible to remove the title page and all the entire item? so the page content begins just below the menu (unless there is no space or strip).
Thanks,
joan
July 1, 2013 at 2:57 pm #127263In that case you can use the theme option under the Layout meta box on each page. Look for the Layout meta box then look for the Header Settings with the text “Header Settings Display the Header with Page Title and Breadcrumb Navigation?” . Choose the option “Don’t display the header” from the dropdown on every page you don’t want the header to appear.
Regards,
Devin
July 9, 2013 at 10:54 am #127264Hi Devin,
I added the CSS code above and it removed all of the breadcrumbs, not just the You are here: portion. Can you advise another CSS to just get rid of this part or if there might be a conflict in my custom.cc?
Thanks, Siobhan
July 9, 2013 at 11:14 am #127265No worries, found a different thread with a function.php edit.
https://kriesi.at/support/topic/breadcrumbs-change-you-are-here
Thanks!
July 10, 2013 at 3:15 am #127266Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
-
AuthorPosts
- The topic ‘NOT DISPLAY OR ELIMINATE "Your are here" ELEMENT’ is closed to new replies.
