« Web, HTML, Tech Forum

Make the comment box border color transparent

Hello everyone.

I was trying to customize my profile and I was very satisfied with the result... Oh well, I was until I decided to make a comment on my own profile (for testing purposes) and I notice that the comment box border was white.

I want to change the color to a transparent one, but I cannot figure how to do that. I don't have so much experience with HTML and CSS, sorry.



Report Topic

3 Replies

Sort Replies:

Reply by Vori

posted

In table.comments-table and other places connected with comments table you add
border-color: #thecoloryouwant;


Permalink Report Reply

Reply by EngiQu33ring

posted

To add to the comment above me, you'll also need to use an RGBA value in order to have transparency. The first three numbers control the color and the last one controls transparency. There are a lot of websites you can use to generate one.


Permalink Report Reply

Reply by İMovedKKK

posted

Sorry for the late reply.
It worked very well and now my profile looks sick, ty


Permalink Report Reply