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: 7