Currently the colour is white but I would like to have a white/light background so would like to change the email text to a different colour. Is there a CSS entry I can change?
Hi Steve Dingle
Thanks for feedback us
About your problem, I don't understand problem,
You can describe the problem in more detail, the better off, you can send me one image of your problems
and send images via this link
prnt.sc/
I will help you customize it
Thanks
As you will notice the email textbox box and the text is not visible because it is white. The setting for the homepages are Overlay NONE with no background. This is what my logo shows best in so what I would like to do is change the colour of the email text and the border of the textbox
Hi
Thanks for feedbacks
About your problem,you can customize it according to the instructions below
In Source :\media\plg_juxcomingsoon\css\stylesoon.css at line 250
you can change the color that you most visible
example: you want color red , you can change : background: rgba(235, 235, 235, 0.11); and edit -> background: red;
hope it can help you
Thanks
Thanks for the instructions unfortunately that didn't help as you can see in this
screenshot
Any other places I nee to change this? I have also tried changing the color: and border: settings and neither one made any difference. I have confirmed that the file used on my website contains the changes
Hi Steve Dingle
Thank for feedbacks
If you're still having problems, you can try again the following instructions
In source : \media\plg_juxcomingsoon\soon.php and add end of this file and add the following code :
<style type="text/css">
.wrapper .footer .block-email input[type="text"] {
background: red!important;
}
</style>
Hope it can help you
Thanks
That did effect the background which allowed me to change it to something visible. However I and possibly other users would find it very useful if there were configuration options to change the email background colour, text colour and also the text itself.
I think with these additions and the possibility to add reChaptcha capabilities on the Contact Form, which is preventing me from using that, this would be a really good product.
Hi
Thanks for feedbacks
You want change text in box, you can try again the following instructions
example : you want to change the red text and yellow background
In source : \media\plg_juxcomingsoon\soon.php and add end of this file and add the following code :