Change OceanWP Color and Fonts In Blog Post Metas

.single-post ul.meta {
font-size: 16px;
color: #808080;}
.single-post ul.meta li a {
color: #808080;
}
.single-post ul.meta li i {
color: #808080;
}
/ Blog Archive Page Metadata Font Colors */
.blog-entry.post ul.meta {color:#808080;}

.blog-entry.post ul.meta li a {color:#808080;}

.blog-entry.post ul.meta li  {color:#808080;}

.blog-entry.post ul.meta li i {color:#808080;}

Edit and add this piece of CSS to OceanWP’s Custom CSS/JS section in the WordPress Customizer. Edit the color in this code. You can also add font family here as well.