New Landing How can we help? Themeforest Theme Support Dante Hide elements on FAQ posts only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #129836
    wattsh
    Member
    Post count: 38

    Hi,

    Just need a little quick CSS help–Regarding my individual FAQ Questions, I’ve hidden some elements like “posted by (name) in (category)” and Author info using CSS, but the CSS applies to all posts and pages. Can you please tell me what CSS I need to add to make it apply ONLY to FAQs and not sitewide? Thank you. ๐Ÿ™‚

    .author-info-wrap.clearfix {
    display: none;
    }

    .post-info.clearfix {
    display: none;
    }

    #129838
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one

    
    .faqs .author-info-wrap.clearfix {
    display: none;
    }
    
    .faqs .post-info.clearfix {
    display: none;
    }

    -Rui

    #130244
    wattsh
    Member
    Post count: 38

    Thank you Rui,
    This worked perfectly! ๐Ÿ™‚

    #130405
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register