January 4, 2023 at 4:37 pm
#103530
angelo
Participant
Hello and Happy New Year!
Hi Angelo,
Seems it’s working fine here.
Did you customize any theme code?
Can you please deactivate the plugins one by one and check?Thank you!
Thank you for your reply, I customized the child theme with the following code:
/* Links */
a, a:focus, a:active, a:hover {
color: #373737;
}
/* Linee header e footer */
.navbar {
border-bottom: none;
}
.site-info {
border-top: none;
}
/* Titoli pagine */
.entry-title {
display: none;
}
.entry-title::after {
display: none;
}
/* back to top */
.back-to-top a {
background-color: #3D3D3D;
}
/* navigation */
.main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li.current_page_item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-ancestor > a {
color: #3D3D3D;
}
/* policy */
.cky-btn {
color: #3D3D3D;
}
.cky-btn-customize {
color: #3D3D3D;
background: transparent;
border: 2px solid;
border-color: #3D3D3D;
padding: 8px 28px 8px 14px;
position: relative;
}
The Plugin I installed is the official one from Bluehost, then Child Theme Configurator, CookieYes, Jetpack, UpdraftPlus, Visual Portfolio and Yoast SEO. There is no deactivated plugin.
Thank you!