• Ruth

    (@eshorebizgal)


    Hi

    I am trying to get rid of or hide the Posted on (Date) by (Author) that shows up on the blog home page of the Klopp theme. I am using a child theme and have tried various methods and still get left with the Posted On left behind. I would appreciate any help. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Ruth

    (@eshorebizgal)

    Update: I have found a way to hide the meta data. It may not be the best method as it only hides it by changing the color of everything to the same as the background color. Below is the fix I used.

    .grid .out-thumb .postedon a {
        color: #ffffff !important;
        text-decoration: none !important;
    }
    
    .grid .out-thumb .postedon {
        font-size: 12px;
        color: #ffffff !important;
        font-weight: lighter;
        margin-bottom: 5px;
    }
    
    #primary-mono .entry-meta {
        background: #ffffff !important;
        color: white !important;
        display: inline-block;
        padding: 4px 10px;
        padding-bottom: 8px;
        font-size: 14px;
    }

    For me this resolved my issue. Some people may not like the space that is left so if anyone has a better solution feel free to post here.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Date and Author on Blog Page’ is closed to new replies.