Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200575

    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

    #200790

    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

    #200981

    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?

    #201390

    Hey!

    You should go to wp-content\themes\enfold\framework\php folder and modify class-breadcrumb.php file

    Cheers!
    Yigit

    #201406

    Ok cool
    Thankds Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Avia Title Bar modifications’ is closed to new replies.