This topic has 4 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hello
i want to change black logo to white logo if button actived https://prnt.sc/6jDCy_j35dEW
and i need to change back top button style
thanks
Hello, Mohamed
Thank you for your inquiry. Could you please provide us with the URL of your website so that we can take a closer look?
Kind Regards,
8theme team
The site is still in coming soon mode
Hello, Mohamed
“i want to change black logo to white logo if button actived https://prnt.sc/6jDCy_j35dEW” – to be able to give you an answer, we need to take a closer look at your site. Please contact us once you disable coming soon mode or provide temporary wp-admin access.
The next code can be used to change the styling of the back to top button:
.back-top {
color: red;
background-color: green;
}
.back-top svg path {
stroke: red;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up