Hi
I have a strange violet color in the subscribe form in my footer… how can I change it ? (see image attached)
Thanks
Jordan
Hi
I have a strange violet color in the subscribe form in my footer… how can I change it ? (see image attached)
Thanks
Jordan
Hi Jordan,
Thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to change its color?
Kind Regards,
Movin
Hi Movin
Yes sure, the url is https://act-outofthebox.com/
and the surbscribe form is in the footer
it is also in the sidebar when you click on “notre action” “nos reportages” etc…
And also, in articles, I have the same violet color for the “leave comment” icon… I know this is another topic but maybe it’s linked and I don’t want to spam your support tickets …
Thank you
Jordan
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
.jetpack_subscription_widget form {
background: transparent;
}
#page input[type="submit"] {
background: #000;
border-color: #000;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Thank you Movin
Now i want to change the color of subscribe form text (see the picture attached)
because it is still in violet…
thanks !
I got it
thanks
You are most welcome here