New Landing How can we help? Cardinal Blog page – remove all meta/titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #105088
    brad
    Member
    Post count: 5

    Hi,

    I would like to:

    1) Center the filter text on the blog section

    2) Remove the meta/title area and only display the image

    3) Have the title show on hover rather than the current arrow.

    Thanks ๐Ÿ™‚

    Attachments:
    You must be logged in to view attached files.
    #105383
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code bellow to your custom css.

    .spb_blog_widget .filter-wrap{
    float: none!important; 
    text-align: center!important;
    }
    
    .masonry-items .blog-item .details-wrap{
    display:none!important;
    }
    
    .post-413 figcaption .thumb-info{
    vertical-align: inherit!important;
    
    }
    
    

    In the file sf-posts-formats.php find this line

    
    $item_figure .= '<i class="'.$item_link['icon'].'"></i>';

    and replace by this one

    
    $item_figure .= get_the_title();
    

    -Rui

    #105980
    brad
    Member
    Post count: 5

    awesome, worked a treat ๐Ÿ™‚

    Will I need to update that sf-posts-formats.php after everytheme update? I am using a child theme but edited that file in the main theme folder.

    Thanks,

    #106180
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes unfortunately you will

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register