BuddyDev

Search

[Resolved] Hiding title

  • Participant
    Level: Enlightened
    Posts: 130
    giuseppe on #44219

    Hello,

    it’s a shop settings for free. I have been able to remove the contents of the table with custom css but I don’t know how to hide the h3 title inside the div.

    https://ibb.co/5KTFvcg

    I don’t know if it’s something you can do here, anyway any help would be appreciated.

    Thank you,

    Giuseppe

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #44228

    Hello Giuseppe,

    Thank you for posting here. Please point me to the site I will help you with the CSS needed to hide the h3 tag.

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 130
    giuseppe on #44229
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #44231

    Hello Giuseppe,

    Try using the following CSS rule it will hide H3 tag.

    
    #buddypress #item-body h3 {
        display: none;
    }
    
    

    Note: It will hide all h3 tags under buddypress > item-body element. It might have side effect

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 130
    giuseppe on #44232

    Hello,

    thank you but I have tried with an without !important and it does not work.

    Other suggestions?

    Many thanks,

    Giuseppe

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #44233

    Hello Giuseppe,

    Please point me to the exact page so that I can assist you.

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 130
    giuseppe on #44234

    Hello,

    I have bypassed the issued translating with an Italian string related to the content of the shop. It is ok for the moment.

    Thank you,

    Giuseppe

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #44236

    Hello Giuseppe,

    Thank you for the acknowledgement. I am glad that the problem is resolved on your own.

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: resolved