Tagged: header, navigation menu, white space
Hi there,
I have searched the other topics but unfortunately it hasn’t helped.
I currently have a fixed header, with social icons.
However, there is a gap between the header and my content and then a further gap which shows the location to the user e.g. “You are here: Home/ Services / Airport Transfers.”
I would like these sections removed. I have tried to input custom css fields in enfold styling but this has not worked and has only caused problems with the header. My website link is: http://istudentservices.com/airport-transfers.
Please help.
Hey lydia!
Please add following code to Quick CSS in Enfold theme options under Styling if you would like to remove the whole bar
.title_container { display: none; }
and add this code if you would like to remove only breadcrumbs
.breadcrumbs { display: none; }
Best regards,
Yigit
Hi! Is there a way to just move the title (not the breadcrumbs to a certain location? For example, on the homepage area at the top/middle? This would be much easier for clients adding in content without worrying about it. Thanks!!! :)
Hey!
I have already answered your question in your post here https://kriesi.at/support/topic/almost-done-is-there-a-way-to-change-the-title-of-the-page-to-display/#post-178459
Best regards,
Yigit