You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main show page looks clean and nice without the title. The title comes back on season and episode because it is a hyperlink for the main show page. What I am asking is to remove that title from those pages and place it under the logo. Prayag17's CSS does this, I don't know coding myself, but maybe it could be cherry-picked from there.
Main Page
Season/Episode Page
As a workaround, I use this for hiding it now
/*Hide Show Title on Seasons Page*/
.parentName {
display: none !important;
}
Desired Look
Thank you for creating this awesome theme!
The text was updated successfully, but these errors were encountered:
The main show page looks clean and nice without the title. The title comes back on season and episode because it is a hyperlink for the main show page. What I am asking is to remove that title from those pages and place it under the logo. Prayag17's CSS does this, I don't know coding myself, but maybe it could be cherry-picked from there.
As a workaround, I use this for hiding it now
Thank you for creating this awesome theme!
The text was updated successfully, but these errors were encountered: