Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8626
    Lvcasss
    Member

    Hi,

    I have 3 question:

    -can I remove Author information from posts?

    -can I hide post’s featured image in category view? (“news” page in my site)

    -I use an image for header but with responsive design when I change window size the image don’t resize and the logo disappear. How can I resolve?

    my website: http://www.brixiadoc.it

    Thanks a lot

    #8668
    Sakin
    Keymaster

    @Lvcasss:
    1. can I remove Author information from posts?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    2. can I hide post’s featured image in category view? (“news” page in my site)
    — For best option upgrade to pro and then there is option to remove it. But you can use the following CSS to hide it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    3. I use an image for header but with responsive design when I change window size the image don’t resize and the logo disappear. How can I resolve?
    —- Background in CSS is problematic in Responsive design. So, it’s better to add the large header image from “Appearance => Header”.
    See the link which explain about background image in css.
    http://css-tricks.com/forums/discussion/16274/css-tricks-full-page-responsive-background-cuts-off-some-of-the-pic/p1

    #8771
    Lvcasss
    Member

    Thanks!

    #8772
    Lvcasss
    Member

    Sorry Sakin but in the second answer I don’t see CSS code.

    It’s my fault?

    Thanks again

    #112560
    appsforsys
    Participant

    Really appreciate for your amazing article. Keep going on, good stuff. Thank you for this valuable information.

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