Hi
I managed to get rid of the breadcrumb navigation in the Avia Title Bar with using this css
.title_container .breadcrumb {
display: none;
}
But how can i add something next to the Title,
like a date custom field or just text.
Thank you
Hey Reto!
You can add following code to Quick CSS in Enfold theme options under Styling tab and change the text
#top .alternate_color.title_container .main-title a:after { content: ' text-here'; }
Best regards,
Yigit
Hey Yigit.
Thanks for your answer.
Somehow id didn’t work out like that.
But to be a bit more flexible, is there a php file that contains the code for that “avia_title()”, that i could modify?
Hey!
You should go to wp-content\themes\enfold\framework\php folder and modify class-breadcrumb.php file
Cheers!
Yigit
Ok cool
Thankds Yigit