Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #50582
    Will
    Participant

    I’d like to remove the post author and date from my entries. How is this done? I don’t see anything in the theme options panel. I’d also like to remove the ‘leave a reply’ text beneath the post title. Thanks

    #50585
    Sakin
    Keymaster

    @Will: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-header .entry-meta { display: none; }

    #50592
    Will
    Participant

    Thanks! Please also give me code to remove the similar stuff at the bottom of each post:

    This entry was posted in ### by ###. Bookmark the permalink

    I appreciate the help.

    #50593
    Sakin
    Keymaster

    @Will: If you want to remove all entry meta. Then you can replace the previous css i gave you with the following css:

    .entry-meta { display: none; }

    #50595
    Will
    Participant

    Excellent! The prompt responses are really helpful. I’m just getting my site set up and will quit bugging you soon. One more question for now: is there code that would remove the gradient shading from the main menu bar?

    Thanks!

    #50600
    Sakin
    Keymaster

    @Will: If you want solid color or any other color in your menu. Then you can go to “Appearance => Theme Options => Color Options”.

    Thanks for your appreciation. We try to reply all our queries within 24hours.

    #50601
    Will
    Participant

    I may not be understanding. The main menu background shades toward a slightly lighter color along its upper border. I can adjust the menu background color in Theme Options => Color Options, but I don’t see a way to eliminate this gradient shading.

    My site is MindfulBiology.org, if you want to take a look.

    Thanks!

    #50648
    Sakin
    Keymaster

    @Will: You have already remove the shade of gradient and make is solid color by changing menu background color.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘post author and date’ is closed to new replies.