Skip to main content

CSS for changing background and text colors in a grid

.uk-grid-item-match>:not([class*=uk-width]), .uk-grid-match>*>:not([class*=uk-width]) {
background-color: #001446;

    
.uk-panel>:last-child {
color: #fff;
    }
   
h3.el-title  {
       color: #fff}

p {
color: #fff}
    

 

  • Hits: 6

Mobile Menu Navbar Container background Color responsive

Settings / Custom Code / CSS/LES

.tm-header-mobile .uk-navbar-container {
  background-color: white;
}

Then because my example is white I added a box shadow to the navbar in the same colour as the menu area bar to separate the header from the body of the site.

  • Hits: 14

Which Element to Use?

Disolve one image to the next - with text over the top

Slideshow element, and select Settings > Animation > Transition: Fade.

  • Hits: 12