Text input fields colour

armaghan2
3 Posts
armaghan2 posted this 11 February 2021
Ask a Question

Hello,

When ever I create a form in NP it works fine I can define colour of text field, background, text colour in the input area etc.
How ever when any module in Joomla creates a text input field, it is white field, with white input text colour which is not visible.

I have tried this with Paypal check-out button, where script was generated by paypal self, and I have tried this with ACY Mailing subscription from for newsletter.

Please help how I can define this in CSS class or on individual pages. I don't need anything fancy, but I need to change text input colour to BLACK so the modules can be used, please.

Thanks in advance,

Hello, When ever I create a form in NP it works fine I can define colour of text field, background, text colour in the input area etc. How ever when any module in Joomla creates a text input field, it is white field, with white input text colour which is not visible. I have tried this with Paypal check-out button, where script was generated by paypal self, and I have tried this with ACY Mailing subscription from for newsletter. Please help how I can define this in CSS class or on individual pages. I don't need anything fancy, but I need to change text input colour to BLACK so the modules can be used, please. Thanks in advance,
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 11 February 2021

Hi,

Could you please provide a link to the page that demonstrates the issue?

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Could you please provide a link to the page that demonstrates the issue? ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
armaghan2
3 Posts
armaghan2 posted this 12 February 2021

Hello,

Please see link: https://www.gofly.no/index.php/8-uncategorised/29-tlf-bking
It is a paypal generated payment form, but I cannot see what you are typing in the fields,
Using Google Chrome browser. I have tried this on MS Edge and Iexplorer.

See attached image. When I type something, it does gets written/typed, but I have to mark it to see what is written.

Regards,

Ajalil

Hello, Please see link: https://www.gofly.no/index.php/8-uncategorised/29-tlf-bking It is a paypal generated payment form, but I cannot see what you are typing in the fields, Using Google Chrome browser. I have tried this on MS Edge and Iexplorer. See attached image. When I type something, it does gets written/typed, but I have to mark it to see what is written. Regards, Ajalil
armaghan2
3 Posts
armaghan2 posted this 12 February 2021

Well you will have to check the attached image in previous message.
When I changed the background colour of the block to do default text colour black, it worked out, but than again it was not the colour I wanted. So if you have a solution, I would be very thankful.

Well you will have to check the attached image in previous message. When I changed the background colour of the block to do default text colour black, it worked out, but than again it was not the colour I wanted. So if you have a solution, I would be very thankful.
Support Team
Support Team posted this 15 February 2021

Hi,

I recommend that you try adding the following code to the Nicepage Site Settings >> CSS tab:

#smart-button-container input
{
color: red;
}

This should help to set a specific color for the text on this custom form.

................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, I recommend that you try adding the following code to the Nicepage Site Settings >> CSS tab: #smart-button-container input { color: red; } This should help to set a specific color for the text on this custom form. ................................................ Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments