Remove, remove…. On Demand

  • Hello! I was wondering if someone could help me with the CSS code I need:

    1. To remove/hide the post date from my post entries.
    2. To remove/hide Recently Added on homepage and all posts.
    3. To remove/hide Categories on homepage and all posts.
    4. To remove/hide “Customized On Demand Theme”

    Thank you!!

    The blog I need help with is http://icecinema.wordpress.com

    The blog I need help with is: (visible only to logged in users)

  • Try these:

    1. Remove the date from post entries:
    li.date { display: none; }

    2. Remove the ‘Recently Added’
    p.gallery-description { display: none; }

    (this removes the home page’s ‘Recently Added’ header. I don’t see that text on any posts. Could you point it out?)

    3. I believe the Categories list is your sidebar widget, so you can remove this (and add other widgets if you want) by going to Appearance > Widgets in your admin dashboard. More info on widgets here: Widgets

    4. The ‘Customized On Demand theme’ footer can’t be removed, it’s part of your service agreement to display it.

    Also, FYI: you have a premium theme so you also have access to a support forum that’s all about your theme: http://premium-themes.forums.wordpress.com/forum/on-demand

    You’ll be able to get even more specific help there. :)

  • The topic ‘Remove, remove…. On Demand’ is closed to new replies.