• sealyourwideshores

    (@sealyourwideshores)


    Hello

    I am using this theme for a university project and want to remove all “blog styling” bits as I just need it to be a nice website. So, does anyone know:

    1. how to remove the tags completely?

    2. how to remove the little calendar icon? The time and date of posting don’t show, but the little calendar icon is still there…

    3. how to change the header font?

    Many thanks!! ??

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, try some of this additional css:

    1)

    
    .post-tags { display: none; }  
    

    2)

    
    .masonry-item .entry-meta li.entry-date { display: none; }
    

    3)

    
    #header { font-family: Arial; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Tags & Calendar Icon & Change Font’ is closed to new replies.