I´m using ultra theme, which is awesome btw, I´m new on this wordpress web design, when I activated the ultra theme the opacy of the header just worked for the home page, and in the other pages it was absolute white with no opacy I used the css editor so I can have opacy in all the pages , It worked!!!! but my problem now is the gray background in the very top of the pages (excluding Home page) as you can see on the following page:
If you scroll down, you will see that the opacy is working, below is the code I´ve try to change that gray color I´m talking about:
/* Site Header */
.site-header {
background: #fff;
}
@media (min-width: 1024px) {
.site-header {
background: rgba(255,255,255,0.9);
}
}
/* Main Page Slider */
.main-slider {
background: #fff;
}
/* Top Bar */
.top-bar {
background: #fff;
}
But it is not working, could you help me please???
And also I want to know if it is possible to have the widget of slides mounted in the very top of the pages as it is on the home page, just below the header with no blank spaces