Question about Benevolence Theme

  • Unknown's avatar

    Can someone help me do these things, please (I have the custom CSS package):

    1. Remove the date and “filed under” that shows up on the first post page.
    2. Remove the RSS feed text that shows up on the lower right of pages.
    3. Change page titles so they are not upper case. I was able to do it in the side navigation but can’t figure it out for the body copy.

    Thank you.

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

  • Unknown's avatar

    Hello, leclosdessources I’m pretty clueless when it comes to CSS but I wanted to let you know that I moving this thread over to the CSS forum because their is a couple of Volunteers that know CSS by the back of their hand and your thread would be easier found over there since threads in the questions, forum get buried pretty quick during the peak hours.

  • Unknown's avatar
  • Unknown's avatar

    have you fixed your issue, leclosdessources?

    Also, just a recommendation: to “hide” your sidebar, instead of this:

    #sidebar {
    float:right;
    width:0;
    font-size:.9em;
    overflow:display;
    }

    I would recommend you to do this:

    #sidebar {
    display: none;
    }
  • Unknown's avatar

    Thanks Devblog, = )

  • The topic ‘Question about Benevolence Theme’ is closed to new replies.