badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove "Continue reading" and "Category" from blog list.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23871
    henrik.jensen
    Participant

    Hi

    Is it possible to remove “Continue reading” and “Category” from blog list page via Custom CSS changes/code ?

    Look at site: http://www.vinkender.dk/?page_id=17

    Best regards

    Henrik Jensen

    #23888

    Hi henrik.jensen,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    a.readmore {
      display: none;
    }

    Thank you!

    #23896
    henrik.jensen
    Participant

    Thanks

    It works fine for removing the “Continue reading” 🙂
    Is it possible to remove the category/VINSMAGNING (http://www.vinkender.dk/?page_id=17) on my bloglist page to ?

    Best regards
    Henrik

    #23925

    Hi henrik.jensen,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .cat-links, .entry-meta .cat-links a, .tag-links, .tag-links a {
      display: none;
    }

    Thank you!

    #23934
    henrik.jensen
    Participant

    Thank you very much!
    Everything is fine now 🙂

    Best regards
    Henrik

    #23979

    Ok that’s great henrik.jensen

    Thank you!

    #24864
    fcukcsd
    Participant

    Hi!

    How can I remove date and author of the post?

    Thanks for your help,

    #24881

    Hi fcukcsd,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .by-author, .entry-meta .date {
      display: none;
    }

    Hope this may help you

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.