Denzel Chia
    Moderator
    Posts: 2656
    30.09.2016 at 09:04 #30476

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .sticky {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    }
    .home .type-post.sticky .entry-title a, .home .formatted-post .entry-title a, .page-template-blog-page-php .type-post.sticky .entry-title a, .page-template-blog-page-php .formatted-post .entry-title a {
    color: #000000 !important;
    }

    You can change background color of #fff to a different color hex code.
    You can change the title color #000000 to a different color hex code.

    Thank you