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*

Customizing a few things on my new site

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17978

    Hi Melissa,

    To remove date, author and categories from each post 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,
    .entry-meta .by-author, 
    .entry-meta .date, 
    .entry-meta .comments {
        display: none;
    }

    And to hide search form go to Dashboard -> Appearance -> Theme options -> Design options -> Custom header there you can find the option to hide the search form.

    Thank you!

    #17988
    Melissa
    Member

    Thank you!

    #18009

    You welcome Melissa

    Thank you!

    #18510
    CAROLINA
    Participant

    I want to hide just author and date. I introduce the following CSS code, but it doesn´t work:

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

    #18581

    hi CAROLINA,
    Could you please send the site url ?

    Thank you!

    #18593
    CAROLINA
    Participant

    Hello!

    the site url is:controles.info

    Many thanks!!

    #18598

    Hi CAROLINA,
    You are using comma after date so it may not be working so just add this css

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

    Thank You!

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