Support » Fixing WordPress » Sidebar, jetpack gallery border elimination

  • Hi!

    I’m trying to figure out how to get rid of the border in sidebar gallery jetpack. It’s grey at the moment. I want it to be black or not at all.

    Does anyone know how to solve this?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please provide a link to the page you are having issues with.

    A breif description does not help us help you.

    Thread Starter sacro

    (@sacro)

    http://www.yorkshire-institute.org.pl/2/

    I mean the gallery in the left sidebar, just below twitter and youtube buttons.

    Thread Starter sacro

    (@sacro)

    I found this by googling. It solved the problem. But now I have a white line between the upper menu and the posts. I want it black, as it was.

    .slideshow-window {
    background-color: transparent!important;
    border: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    margin-bottom: 45px!important;
    }

    .slideshow-slide-caption {
    font-family: ‘Open Sans’, sans-serif!important;
    color: #444!important;
    text-shadow: none!important;
    bottom: -30px!important;
    }

    .slideshow-controls {
    bottom: 3px!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar, jetpack gallery border elimination’ is closed to new replies.