Hello,
I want to remove this line from all the pages - "Your are here: Home > ******"
Thanks
Hello,
I want to remove this line from all the pages - "Your are here: Home > ******"
Thanks
Hey!
Open up wp-content\themes\incarnation\functions-incarnation.php and delete following line:
if(!is_front_page() && $breadcrumb) $additions .= avia_breadcrumbs();
Regards,
Peter
Thanks Peter. How to make title of the page in one line? - http://iskconkolhapur.org/bhaktivedanta-academy-for-culture-and-education-bace/
Hi!
Hi,
add following code to css/custom.css or into the quick css field:
.title_container h1 {
max-width: 100%;
}
If it doesn't work try:
.title_container h1 {
max-width: 100% !important;
}
Best regards,
Peter
Thanks Peter!
This topic has been closed to new replies.