-
Anve S. replied to the question Header color in the forum OneSocial theme 8 years, 10 months ago
Hi @orryspoon,
Try adding following in child theme custom css .
@media screen and (max-width:480px){
#mobile-header {
background-color: #fff !important;
border-bottom: 1px solid grey;
}
#mobile-header .left-btn::before {
color: grey;
}
#mobile-header .right-btn::before {
color: grey;
}
}
Regards
Anve -
Anve S. replied to the question Mobile Header stuck in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon ,
Could you please share the admin details , site url and the thread through our contact us page .
Regards
Anve -
Anve S. replied to the question Mobile Header stuck in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon,
Try the following css , and apply in custom css option of child theme.
.single-post div#main-wrap {
perspective: none!important;
}
Regards
Anve -
Anve S. replied to the question Login on mobile is missing in the forum OneSocial theme 8 years, 11 months ago
Hi @orryspoon,
Please tell us which version of theme are you currently using ?? . Also i need to know the list of active/installed plugins on your site. There may be some plugin conflict persists.
Regards
Anve