Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34082
    Pasi Sinivuori
    Guest

    Hello,
    I am using “diced” theme and I am unable to hide that ugly large white shadowed title from the header of blog posts.
    Please see https://www.rs-drums.com/fi/blog/

    I have unchecked “Display post title” from edit post -page so that’s not the problem.
    Can I add css code somewhere to hide that title?

    BR,
    Pasi

    #34104
    BoldGrid Support
    Keymaster

    Hello Pasi,

    If you’d like to remove the shadow and change the text color to black, you can use this code:

    .palette-primary.blog .entry-title a,
    .palette-primary.blog .entry-title a:hover, 
    .palette-primary.blog .entry-title a:focus {
    	text-shadow: none;
    	color: #000;
    }

    If you’d prefer to remove it entirely, you can use this code:

    .palette-primary.blog .entry-title a {
    	display: none; 
    }

    Please let us know if you need anything else!
    Thanks,
    Nicole

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘DICED: How to hide title from blog post?’ is closed to new replies.