@Madchatthew I’d always post for the reasons I stated above. It’s useful information and could save someone else the headache.
Hidden border
-
Hi, on the comment section of my WordPress there is a white border that is hidden on the fields that i need to change its color. Because I’m using a mobile phone i am unable to do it.
Help me with the elements, thanks
-
@Sala Something like this should work. Change the
border-color
as you see fit of course#commentform textarea:focus { outline: none; border: 1px solid red; }
-
-
@phenomlab I’ve applied the changes but it seem i got it wrong. It isn’t the outline that is being reported.
Accessibility
Background and foreground colors: https://pagespeed.web.dev/analysis/https-sopriza-com-best-places-to-visit-in-hougang/3ye8xl4t5n?form_factor=mobile -
@Sala ok, but I’m not sure what you are referring to? What is the desired outcome?
-
@phenomlab Background and foreground colors, coloring the border of input i guess. Its only making it with high contrast. #005485 is my high contrast color, waiting for element to apply on it
-
@Sala you should be able to use the same element and use
background: black;
for example? -
Maybe should i remove the js that is blocking the right click, making it easier to operate for now?
-
@Sala no need as this has no impact on CSS
-
@phenomlab after applying
#commentform textarea:focus {outline:none;background:black;}
-
@Sala I’m confused here. Is there an issue, or are you trying to tell me something?
-
@phenomlab Diagnose performance issues on Accessibility is 95, i am looking to make it 100
-
@Sala ok, but now we’re moving away from the original issue you reported. Does the CSS provided resolve the issue?
-
@phenomlab the first css provided #commentform textarea:focus{outline: none;border: 1px solid red;}
Did not resolve the issue
-
Try to analyze it and check
Link https://sopriza.com/best-places-to-visit-in-hougang/
Failing Elements
div#respond > form#commentform > p.comment-form-email > input#email div#respond > form#commentform > p.comment-form-author > input#author
-
@Sala these have nothing to do with the element you are targeting for CSS and now we’re taking about two different issues.
I suggest you provide a mockup of the changes you’d like to make as this isn’t clear at all from the original post. The screenshot you provided mentioned removing the border of the input field on focus which is exactly what the CSS I provided does.
-
@phenomlab Thank you. Maybe i need to create another thread?
-
@Sala yes please.
Did this solution help you?
Related Topics
-
configure ghost and wordpress combo
Moved Solved WordPress -
-
Changing H2 color
Solved WordPress -
-
-
-
-