• Hi,

    I tried everything and I can’t fix this.

    The comment section down this page:https://www.fctechgear.com/best-laptops-2021/# have a black background but once you click it, it turns out white so we can’t see the text inside.

    I wish it could just keep being black after clicking.
    Might be by a theme related issue. I had lot of black and white problem already.

    Can anyone help me fix this please.

    Thanks a lot.

    • This topic was modified 3 years, 5 months ago by nitefly12.
    • This topic was modified 3 years, 5 months ago by nitefly12.
    • This topic was modified 3 years, 5 months ago by nitefly12.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • That styling is coming from your theme which appears to be a premium/commercial theme.

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://www.thinkupthemes.com/my-account/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly or if there is an option in the product to solve your issue. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.`

    Thread Starter nitefly12

    (@nitefly12)

    Thank you for your reply.

    Unfortunately, I have already contacted thinkuptheme and they replied that for CSS related issues that are not included in their theme options, they cannot help me.

    I must admit that it is quite frustrating.

    Are you wanting to change the comment form on all posts or just that one?

    If you want to change it on all posts, you could put this CSS in the Additional CSS tab of the customizer or in a child theme stylesheet.

    input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, select:focus, textarea:focus {
        background: black;
    }

    If you want to change it only on that post, you could do something like this

    
    .postid-11387 input[type=text]:focus, .postid-11387 input[type=email]:focus, .postid-11387 input[type=password]:focus, .postid-11387 input[type=search]:focus, .postid-11387 input[type=tel]:focus, .postid-11387 select:focus, .postid-11387 textarea:focus {
        background: black;
    }
    
    Thread Starter nitefly12

    (@nitefly12)

    Wow thank you ! You make my day ??

    You’re welcome! Glad to help when your theme provider won’t. I get them not helping with complex custom CSS but this was an easy thing ??

    Thread Starter nitefly12

    (@nitefly12)

    Hello again !

    Sorry to bother you, but I’m struggling with a similar issue because of my theme.

    In the same comment section, I am unable to remove the “required” next to the name in the input field.

    Would you know how to do this?

    It would be very appreciated !

    Thank you

    https://www.fctechgear.com/best-laptops-2021/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comment Box White after mouse click’ is closed to new replies.