Hi all customer,
Thanks so much for choosing our product!
We noticed you can see page title in Single video, Single Playlist,… in Haru Vidi plugin:
Haru Video WordPress theme
is different with Page Title in Page, Single Post,…
You can make them the same by go to Appearance -> Customize -> Additional CSS and add this code:
.haru-page-title-section {
background-image: none!important;
min-height: auto!important;
}
.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs {
margin: 0;
text-align: left;
font-style: italic;
}
.haru-page-title-section:before {
display: none;
}
.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li {
padding-top: 15px;
padding-bottom: 15px;
}
.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li a {
color: #7e7e7e;
}
.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li a:hover {
color: #fe2854;
}
.haru-page-title-section .haru-breadcrumb-wrapper .breadcrumbs li:before {
color: #7e7e7e;
}
Please note you can change color #fe2854 same as primary color you set at admin.
Hope this helps!
*****
Best Regards,
HaruTheme