Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245514
    themisfit
    Participant

    I am trying to change the Blog post titles that appear over the featured image on my ethos stack. I would like to remove the overlay color and change the font to match my product page images. The product page was created with essential grid. I would also like to display a page title for the blog category that I have setup.

    the site in question is: http://versatileconcretedecor.com/wp/category/custom-concrete-kelowna-vernon-penticton/

    #1245733
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .entry-cover:hover .h-entry-cover:before, .h-entry-cover:before {
        background-color: transparent;
    }
    
    .h-entry-cover {
        text-align: left !important;
        font-size: 1em;
        font-weight: 500 !important
    }

    Ethos has a category title out of the box but you have this code in your CSS

    .category .x-header-landmark {
        display: none;
    }

    Please remove it. To change the category title, edit your category’s Archive Title (see attachment)

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1245514 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>