AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Hide display name and time ago in Recent Topics Widget

3 Posts
2 Users
0 Reactions
1,838 Views
Posts: 14
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@quizzical)
Eminent Member
Joined: 7 years ago
[#12157]

Hi Support:

I am using WP Foro along with Elementor. I am using the WP Foro Recent Topics Widget. I would like to display the Question, but I think I would like to conceal the display name and the time ago within the widget. Is there a snippet or some CSS that I can use to hide that information within the widget?

To be clear, I do not want to conceal this information in the Q&A forum itself. Just within the widget.

Thank you.


2 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi @quizzical,

Try the follopwing CSS code: 

#wpf-widget-recent-replies .wpforo-list-item-right p.postuser {
display: none;
}

The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS textarea.

Please delete all caches and press Ctrl+F5 (twice) on that page.


Posts: 14
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@quizzical)
Eminent Member
Joined: 7 years ago

Thank you Sofy.

I added this to the "custom css" area within the elementor widget. It seems to be working fine. 

#wpf-widget-recent-replies .postuser {
display: none;
}

I have an additional question. How can i reduce the spacing between the topic titles that are displayed within the widget. Can you help me to identify the proper element and css for that?

Thank you.


Share: