• Closed
  • juan espasa
    Spectator
    26.07.2014 at 17:54 #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
    29.07.2014 at 19:20 #10284

    Can you provide a link to your blog.

    juan espasa
    Spectator
    Posts: 13
    02.08.2014 at 13:27 #10305
    Alok Maheshwari
    Spectator
    Posts: 303
    02.08.2014 at 23:18 #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
    10.04.2015 at 21:25 #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
    10.04.2015 at 22:29 #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
    11.04.2015 at 09:09 #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
    12.04.2015 at 15:59 #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
    12.04.2015 at 16:28 #16352

    insert in Custom CSS:

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

    juan espasa
    Spectator
    Posts: 13
    12.04.2015 at 17:38 #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
    12.04.2015 at 18:05 #16355

    Custom CSS:

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