Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    March 13, 2015 at 8:10 pm #15406

    I have my home page as I want it but I may want to add a full width thumbnail slider. Is it possible to have a full width element above the main page content which is a 2 column layout, but below the revolution slider?

    Thanks

    Graham Newell
    Spectator
    Posts: 104
    March 15, 2015 at 7:36 pm #15526

    I mean hat instead of the faded vignette that you have on the slideshow section under the slider, can this be solid white or f9f9f9 would be better for me.

    And can I change the height of this slideshow section? It’s just a bit too high.

    http://vipermetal.wpengine.com/

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 15, 2015 at 8:05 pm #15530

    then choose different background color for the widgets area Theme Options -> Styling -> Color scheme of the slideshow and widgets area

    try Custom CSS for the widget area height:

    .widgets-back-inside {margin-top: 0px;}
    .widgets-back-inside .widget-content {margin-bottom:0;}

    Graham Newell
    Spectator
    Posts: 104
    March 15, 2015 at 8:41 pm #15540

    Thanks. Evan if I pick white scheme it has a gradient. Can I make it just plain old FFFFFF?

    G

    Roman
    Spectator
    Posts: 3147
    March 15, 2015 at 9:08 pm #15545

    if you insert this in the Custom CSS:

    .menu-container {background: #fff;}

    Graham Newell
    Spectator
    Posts: 104
    March 16, 2015 at 6:59 am #15551

    That doesn’t seem to work. The slideshow area is just too dark for me. No colour scheme here would be good. And the height fix didn’t seem to work, but I will try to find a way around it.

    Thanks

    Graham Newell
    Spectator
    Posts: 104
    March 16, 2015 at 8:32 am #15553

    Hi Roman,

    Ok, I worked out a way. I use a F9F9F9 repeated background image for the slideshow area and that seems to work great. The area is still a bit high, but it’s OK. How do I remove the line underneath the slideshow area? Thin grey line.

    http://www.vipermetal.wpengine.com

    Have a great day.

    Roman
    Spectator
    Posts: 3147
    March 16, 2015 at 9:54 am #15558

    try these Custom CSS rules:

    .widgets-back-inside .widget {margin-bottom: 0px;}
    .widgets-back-inside .widget-content {padding-bottom:0px;}
    .menu-back {box-shadow:none;}