Anyway to remove the thin line on the header without having to have code? Note I have the Pro theme.
/Removing Thin Line Above Header on Mobile/
@media (max-width: 767px) {
.x-topbar .p-info {
border:0;
}
}
Anyway to remove the thin line on the header without having to have code? Note I have the Pro theme.
/Removing Thin Line Above Header on Mobile/
@media (max-width: 767px) {
.x-topbar .p-info {
border:0;
}
}
Hello @SE1217707,
Thanks for writing to us.
It seems that you are using the default Header regretfully there is no option to set the border for the Topbar. It seems that you have set it from custom CSS code. I would request please share the page URL since it is not possible to advise you with only a screenshot. Please make sure you have not added any custom CSS code for it.
Thanks
Its fixed - issue with Pro - thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.