• Resolved bary44

    (@bary44)


    Hello!

    My website has a green color scheme, and the grey borders are seem little weird on it.
    How can I change the border color of the search widget field and button, and the text color in it? I tried to find it in the CSS file, but I failed ??
    I successfully changed the border of the comment box (with a custom “textarea {border-color: black;}” CSS), but the ‘Post comment’ button’s is also caused headache for me.

    Thanks for your help!

    Have a nice day ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Scott Smith

    (@scottsmith)

    Hi Bary44,

    could I please have a link to your site ? ??

    Thanks.

    Thread Starter bary44

    (@bary44)

    Hello Scott,

    You can currently check the site here: https://bkrisztina.hu/christine

    Scott Smith

    (@scottsmith)

    Hi Bary44,

    that site looks amazingly cute!

    Ok, here’s the code you can use:

    .sidebar-content input[type=search] {
    color: #your_hex_color_code_here; // this changes the color of the text
    border: 1px solid #your_hex_color_code_here; // this changes the color of the border
    }
    
    .sidebar-content input[type=submit] {
    color: #your_hex_code;
    border: 1px solid #your_hex_code;
    background: #your_hex_code;
    }

    Give these a try and let me know how it goes.

    Thanks!

    Thread Starter bary44

    (@bary44)

    I’m glad you like it! ?? ??

    The code is working, thank you!

    My other [and the last :)] problem is the same below the comment boxes – I couldn’t change the borders at the name, e-mail, website fields and the post comment button.

    Cristian Raiber

    (@cristianraiber-1)

    Hi bary44,

    is this fixed ? Sorry, it slipped my mind.

    Thread Starter bary44

    (@bary44)

    No, not yet ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing border color /search and comment box/’ is closed to new replies.