This topic has 6 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Tony Rodriguez
When the text in the Referral Url box is selected it is to light and can’t be determined that it is selected.
Hello lifetrekker,
We apologize for any inconvenience this may have caused. To help us better understand the issue you are experiencing, we would appreciate it if you could provide us with a screenshot of the issue which shows the Referral Url box highlighted in text.
You can upload the screenshots to https://postimages.org/ and paste the links here.
we request that you provide us with URL and temporary access to the wp-admin of your website. This will enable us to take a closer look at your settings and provide you with a more accurate and specific solution.
To do this, please follow these steps:
– Create an account via Dashboard (Users > Add new) with administrator role. Refer to the following image for guidance: http://prntscr.com/s3rc9m
– Provide us with the username and password for the newly created account via the Private Content area. Refer to the following image for guidance: http://prntscr.com/s5mao7
– Any email address can be used for the new account, it does not have to be your personal email.
Please let us know once you have completed these steps, and we will promptly review your account information and provide assistance as soon as possible.
Kind Regards,
8theme team
https://i.postimg.cc/L6RrrmWN/txt.png
Hello Lifetrekker,
Thank you for providing us with the screenshot. In order to assist you with changing the selected text color on a particular page, we would need the URL of that page to further investigate the issue. Once we have the URL, we can check the page and provide you with a solution to change the selected text color as per your requirements. We would appreciate it if you could provide us with the URL at your earliest convenience, and we will be more than happy to help you out!
Best Regards,
8Theme’s Team
all pages that have a user input field
use is not able to see highlighted txt as the highlight is to close to the color of the page.
pls view this page: https://working.iamempowered.today/my-account/
Hello, @Lifetrekker,
Thank you for purchasing our theme and for contacting our support center.
To address your issue, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes:
*[type=text]{
background-color: #bdbaba !important;
color: #0e0e0e !important;
}
input[type=tel]{
background-color: #bdbaba !important;
color: #0e0e0e !important;
}
input[type=email] {
background-color: #bdbaba !important;
color: #0e0e0e !important;
}
textarea {
background-color: #bdbaba !important;
color: #0e0e0e !important;
}
input[type=password] {
background-color: #bdbaba !important;
color: #0e0e0e !important;
}
We hope this helps.
Best regards,
8Theme’s Team
Tagged: highlighting, indication, light, selection, themes, woocommerce, wordpress
The issue related to '‘highlighted txt to light to indicate that it has been selected’' has been successfully resolved, and the topic is now closed for further responses