New Topic

Sidebar Widget Border

Home › Forum › Customization › Sidebar Widget Border

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1081
    StartupWP
    Keymaster

    The ID class for that page is .page-id-492.

    So we can style like so:

    .page-id-492 #black-studio-tinymce-6 {
      border: 1px solid #CCCCCC;
      margin-top: 20px;
      padding: 0 15px 10px;
    }

    https://startupwp.com/topic/customizing-your-theme/

    Is that about what you were thinking?

    #1082
    maw4dog
    Participant

    Yes that’s what I was thinking. Is there a way to change the background color of the widget? The border helps define the sidebar like I want, but a background color would make it standout even more. Thanks!

    #1086
    StartupWP
    Keymaster

    Sure, update to:

    .page-id-492 #black-studio-tinymce-6 {
      background: #eee;
      border: 1px solid #ccc;
      margin-top: 20px;
      padding: 0 15px 10px;
    }
    #1261
    stjoesailing
    Participant

    Thanks for the code, this helped me in changing widget background color also!

    #1263
    StartupWP
    Keymaster

    Excellent.

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