Quote:
…I would like to move it up on the sidebar so it’s even with the top of the slider…
#widget_sp_image-2 img {
margin-top: -15px !important;
}
Quote:
..Also, wondering if I can make the Main content wrapper background and the header menu transparent..
#content, #header-menu-wrap, #widget_sp_image-2 {
background: none !important;
}
#widget_sp_image-2 {
box-shadow: none !important;
}
If you want to remove box-shadow around the container,
#container {
box-shadow: none !important;
}
Quote:
Lastly, In the slider…all of the images seem to tile. not sure how to turn that off
Use a larger image as slider background.