[Resolved] [Feature Request] 1 Pixel Border Options

Home Forums Support [Resolved] [Feature Request] 1 Pixel Border Options

Home Forums Support [Feature Request] 1 Pixel Border Options

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #497894
    Carl

    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!!!

    #498253
    Leo
    Staff
    Customer Support

    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.

    #498317
    Carl

    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!

    #498398
    Leo
    Staff
    Customer Support

    Try this CSS:

    .main-navigation,
    .site-main,
    .sidebar .widget {
        border: 1px solid #fff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #498543
    Carl

    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?

    #498565
    Leo
    Staff
    Customer Support

    Tom also has a WP Show Posts plugin: https://en-ca.wordpress.org/plugins/wp-show-posts/

    We also have a donation link for ongoing project development: https://generatepress.com/ongoing-development/

    Thank you for your support 🙂 Glad we’ve been helpful!

    #552588
    Carl

    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.

    #552966
    Leo
    Staff
    Customer Support

    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!

    #553144
    Carl

    Thanks so much, that did the trick instantly!!

    #553208
    Leo
    Staff
    Customer Support

    No problem!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.