• Resolved The Autism Dad

    (@the-autism-dad)


    I need to remove the background color of stickied. I just need the post stuck but not highlighted in a different color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Bishal Napit

    (@mebishalnapit)

    Hi The Autism Dad,

    You can paste this CSS code in the Additional CSS Box provided via the Customizer Options and check:-

    .sticky {
    	background: #fff;
    	padding: 0;
    	color: #222;
    }
    .sticky .featured-image img {
    	border: 1px solid #09f;
    }
    .sticky .category-links a {
    	background-color: #09f;
    	color: #fff;
    }
    .sticky .entry-title a, .sticky .entry-meta a {
    	color: #09f;
    }
    .sticky .entry-meta {
    	border-top: 1px dotted #09f;
    	border-bottom: 1px dotted #09f;
    }

    If you like the theme and appreciate the work put on the theme, then, you can help by rating this theme through this link here: https://www.ads-software.com/support/view/theme-reviews/creative-blog

    Thanks.
    Bishal Napit

    • This reply was modified 7 years, 9 months ago by Bishal Napit.
    Thread Starter The Autism Dad

    (@the-autism-dad)

    Thank you so much

    Theme Author Bishal Napit

    (@mebishalnapit)

    Hi The Autism Dad,

    I am marking this topic as resolved as it looks like the issue has been solved.

    Thanks.
    Bishal Napit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove background color of stickied posts’ is closed to new replies.