Jump to content

What is the color of post border (grey)?

Featured Replies

Posted

Hello! I wonder where I can find color for post border, I want to use it for border of ad after first post. Thank you!

 

Screen Shot 2019-04-01 at 4.09.53 PM.png

that is usually governed by .ipsBox but just changing border for that will change it for a lot of areas so if just wanting for the post area then in custom.css add

.cPost .ipsBox {
  border-color: #000;
}

obviously change to your own requirements

  • Author

I do not want my color, but want to know what is default color, to use it in my code)

ok then color is: #ededed

  • Author

I think it is not, look at screenshot, in the middle is ededed

Screen Shot 2019-04-01 at 5.15.04 PM.png

if not that then try #e0e0e0

On 4/1/2019 at 10:16 AM, ЛЕНИН said:

I think it is not, look at screenshot, in the middle is ededed

Screen Shot 2019-04-01 at 5.15.04 PM.png

Why not use FF in developer mode? You should be able to get the color code that way.

  • Author

I think it is #e0e0e0

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.