• Resolved boomerakl

    (@boomerakl)


    I’ve been looking closely at this theme, & have transitioned my site across to it. Site is http://www.scottspics.com.au

    While I’m 95% happy with it, there are a couple of things that I cannot find how to rectify:

    1. How can I remove the “Leave a Comment” dialog. Comments have been disabled already, so having this showing does nothing.

    2. How can I remove the “posted by” dialog. There’s only one person contributing to the site, so again I’d like to not see it.

    3. How to remove the categories & tags that show at the bottom of each post

    Finally…. (for now!)
    4. How to make my “logo” (which is a banner) flexible sizing, to suit multiple monitors.

    I have been looking through the many options available, but these are not items that I’ve been able to nut out. Not being familiar with css isn’t helping my cause.

    Thanks in advance for any advice provided.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have to disable the right click functionality on your site using plugins? You have to write some custom CSS for remove this above questions.
    Note: Child theme is recommended to customize theme.
    Thanks

    Thanks for your url! This makes things much easier for me. At the bottom of your style.css file include the following:

    1. .comments-link { display:none }
    2. .entry-meta { display:none }
    3. .entry-footer { display:none }
    4. a[rel="home"]>img { height:auto; width: 100% }

    Hugzz,
    Kimberly

    Thread Starter boomerakl

    (@boomerakl)

    many thanks Kimberly!!!!

    I’ve done 1-3, but when you say about adding id=”logo” etc, is that also within the style.css file?

    sorry – I’m trying to learn.

    Sorry i just realized what i had said might be a bit complicated for #4 so i changed it to what u see now…refresh this page 🙂

    Cheers,
    Kimberly

    Thread Starter boomerakl

    (@boomerakl)

    LEGEND!!!!

    thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tweaks’ is closed to new replies.