Archived topic
Newsletter form customization and weird message
3 replies · Started by Manuela on February 22, 2021
Hello,
I was working on the site and received this message:
'You need a higher level of permission.
Sorry, you are not allowed to customize this site.'
Then I was logged out and after I logged in again, I noticed some changes on the website.
One of them is this one:
• the Subscribe button from the Mailchimp newsletter changed font. It was Lora and now it's something else. Also, when I hover over, instead of white, it appears black.
Could you help me change the font and color of the button back?
Also, do you have any idea why I received that message? I am the administrator of the site.
Thank you,
Hi there,
looks like we missed a font style in the CSS - add this CSS to fix the missing font style:
.mc4wp-form input[type="submit"] {
font-family: "Lora", serif;
}
Great! Thank you
You're welcome