• Closed
  • juan espasa
    Spectator
    July 26, 2014 at 5:54 pm #8552

    Hello, how to remove the Background of the slideshow and widgets area?…… I want it to be the same color of the blogg.
    another question, I also want the picture of Bootstrap Slider pasted in to both extremes, right and left.

    thanks

    Alok Maheshwari
    Spectator
    Posts: 303
    July 29, 2014 at 7:20 pm #10284

    Can you provide a link to your blog.

    juan espasa
    Spectator
    Posts: 13
    August 2, 2014 at 1:27 pm #10305
    Alok Maheshwari
    Spectator
    Posts: 303
    August 2, 2014 at 11:18 pm #10307

    Can you take a screenshot of the problematic areas so that I am clear about the portions you are talking about.

    juan espasa
    Spectator
    Posts: 13
    April 10, 2015 at 9:25 pm #16286

    I want to delete it to make it the same color as the blog.
    look de image: http://screencast.com/t/cFmcl1fCGC

    juan espasa
    Spectator
    Posts: 13
    April 10, 2015 at 10:29 pm #16287

    I would also like to adapt the edges of the image to the brim

    view the image: http://screencast.com/t/BRs4VoWbLvK7

    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 9:09 am #16299

    I would suggest to use wider image or use another slider – Revolution or Layer Slider which can adjust the width automatically

    juan espasa
    Spectator
    Posts: 13
    April 12, 2015 at 3:59 pm #16349

    Full screen looks good: http://screencast.com/t/SHlh3Kcs2

    this is not full screm: http://screencast.com/t/vlgsYErd8

    But if I do the smallest browser or look at the blog on another computer, the image does not fit the corners. I want the image fits the corners , so that the gray background is not seen.

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 4:28 pm #16352

    insert in Custom CSS:

    .menu-back .container {
    width: 100%!important;
    padding-left: 0px;
    padding-right: 0px;
    }

    juan espasa
    Spectator
    Posts: 13
    April 12, 2015 at 5:38 pm #16354

    I also want to delete these shadows: http://screencast.com/t/XMjkuwwwHs7t

    and these shadows , when you approach the cursor, look the same image.

    thank you…

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 6:05 pm #16355

    Custom CSS:

    .carousel-control.left, .carousel-control.right {background-image:none;}