Forum replies created
check out this thread http://theme4press.com/support/current-themes-group5/evolve-forum28/change-the-colour-of-the-background-on-main-menu-when-hover-and-current-page-thread1226/ it could help you
I will fix this…thx for the report
use this Custom CSS:
have you test it on an android device?
sorry not sure what you mean by “without having them scolling over the background image”
try this code
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.link-effect a span::before {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
sorry, but there is no shortcode for that slideshow
sorry, but I have no idea how to make objects resizable as you wish
ok try this, uncheck the 100% Background option and add this to the Custom CSS section field:
it will keep the original size of the background, it will have fixed position and centered. this worked for me when I set background image for Background Image For Outer Areas In Boxed Mode
I created a page, selected Blank template on the right side, then I picked an image for Background Image for Main Content Area , 100% Background Image – Yes, Background Repeat – No repeat. for me it resize the background image when I am resizing the window.