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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17918
    Melissa
    Member

    I would like to be able to eliminate the following:

    -Date
    -Author
    -Categories
    -Search

    Date: I would like to remove the date from each post.

    Author: I would like to be able to remove the Author from each post.

    Categories: I would prefer for the categories not to show on the top of each post and if possible they be removed all together.

    Search: Last but not least if there is an option to hide or to remove the search bar from the site kinda like you have on https://www.themehorse.com/ where the search bar is not showing at all.

    *If this could all be done through custom css that would be great only because I would like to be able to update my site without any issues in the future.

    My site: http://texashome.expert/

    #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 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.