Site logo

Archived topic

[Feature Request] 1 Pixel Border Options

9 replies · Started by Carl on February 15, 2018

Viewing posts 1–10 of 10

I have a feature request if it would be possible. I finally got around to coloring up my site and was thinking a thin 1 pixel border option for the following items would be something a lot of people would like and would really spice up their sites.

Content, Navigation, Widgets

Maybe some other things too that I can't think of right now, but here's a site to give an example of what I mean: https://www.tukui.org/addons.php and https://www.tukui.org/addons.php?id=38

Added Note: I just realized you could set transparency in the colors... AMAZING!!!

Hi there,

We can use CSS for now.

Can you link me to the site?

You can edit the original topic and use the private URL field.

Edited for you, do you need me to make you an admin? You guys are amazing. Never ever in my life have I gotten such speedy responses, let alone actual help!

That worked wonderfully, thank you! I'll look up where else I can use it in the site. I installed Simple CSS and man you guys are great. Do you have other projects I can take a look at / purchase to help further support you?

I hope I'm not necroing my own Topic here, but is there a way to on the main page of the site not have the 1 pixel border show around all of the posts as 1 block but instead show around each individual article? Maybe an adjustment in the css you gave me might do the trick but when I mess around with it my site blows up, lol.

Try this additional CSS:

.home.blog .site-main {
    border: none;
}
.home.blog .post {
    border: 1px solid #000;
}

Make sure to clear caching plugin as well.

Please open a separate topic for a separate questions.

Thanks!

Thanks so much, that did the trick instantly!!

No problem!

This archived topic is closed to new replies.