Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62017
    Alexander
    Member

    Hello,

    Wondering if you can help me figure out the below for my site WeekendPick.com:

    1) On the “Homepage” and “Category Pages” is there a way to remove the text “Posted In”, “Tagged” ” “Leave a Reply” shown underneath the post description?

    2) The fonts for my site show great when I use my iPhone or iMac but when I use my PC it defaults to Arial. Is there anyway to fix that?

    Best Alex

    #62031
    Sakin
    Keymaster

    @Alexander:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home footer.entry-meta, .archive footer.entry-meta { display: none; }

    2. Yes, as you have added in custom css to use font-family as “Helvetica Neue” which is not there in PC. It’s only there in Mac and apple devices. All the devices which has that font will display that other wise it will look for alternative fonts. Like Arial in your code as you can see the css:
    body, input, textarea { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing "Posted In", "Tagged" " "Leave a Reply"’ is closed to new replies.