Hello!
How can i delete this link “Return to Previous Page”?
I tried code below and it did not work.
.back-to {
display: none;
}
How do I change the color of the navbar(white)?
Thanks!
This topic has 8 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Hello!
How can i delete this link “Return to Previous Page”?
I tried code below and it did not work.
.back-to {
display: none;
}
How do I change the color of the navbar(white)?
Thanks!
Hello,
1) Please provide us with wp-admin access in Private Content.
2)
How do I change the color of the navbar(white)?
Do you mean the fixed header?
Please use this code in Global Custom CSS.
.fixed-header-area {
background-color: #BCBCBC;
}
Regards,
Robert Hall.
wp-admin access
Hello,
You provided FTP credentials, but we asked for wp admin access.
Thank you.
Regards,
Eva Kemp.
Sorry!
Hello,
I’ve changed your code to:
.back-history {
display: none !important;
}
Please check site now.
Regards,
Eva Kemp.
Thanks 😉
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘NAVBAR and remove "PREVIOUS"’' has been successfully resolved, and the topic is now closed for further responses