Site logo

[Resolved] widget color border

Home Forums Support [Resolved] widget color border

Home Forums Support widget color border

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2603085
    Sam

    Hi – I want to add a border color to my widget area. Currently the code I have is

    }
    .widget_recent_entries li a {
    display: block;
    background-color: #D9ECF1;
    padding: 10px;
    }

    This is the color I want to add as the border – 45999b

    Thanks,
    Sam

    #2603261
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2603355
    Sam

    Hi Leo,

    These widgets are on my right sidebar for recent posts and my footer for recent posts. They highlight my recent posts and are currently a blue color. Id like to add a boarder around them. I am linking my blog below.

    #2603364
    Leo
    Staff
    Customer Support

    Try this:

    .widget_recent_entries li {
        border: 1px solid #000;
    }
    #2603471
    Sam

    That worked, thanks Leo!

    #2604653
    Leo
    Staff
    Customer Support

    No problem 🙂

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