How To Remove The New Feature Badges? - Question | JoomShaper

How To Remove The New Feature Badges?

HD

Harrie van Dijk

Helix Framework 1 year ago

Hello,

I'am using Joomla 5.1.0 and Helix Ultimate v2.1.0. I have a page with blog articles and now i see with every article the new feature badge "featured". I want to remove these badges. Where is it possible to remove the badges. I can't find it.

In Helix version 2.0.8 there was no problem because this new feature was not yet there. Please tell what to do.

Greetings Harrie

0
20 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #156318

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Create a custom.css file inside the css directory and add this css code inside the custom.css file for the initial solution.

template > your_template> css > custom.css

span.badge.bg-danger.featured-article-badge {
    display: none;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

1
HD
Harrie van Dijk
Accepted Answer
1 year ago #156322

Thank you, this works fine!!

Best regards.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #156329

You are most welcome! We appreciate your feedback and are delighted to hear that you're satisfied with our service.

To officially close this forum post, mark it as accepted. If you have any more questions or need further assistance in the future, please don't hesitate to reach out to us.

As for writing a review about our product and support quality, we would greatly appreciate it! Your feedback helps us improve and serves as a valuable reference for others. Please take a moment to share your thoughts about your experience with our product and the support you received. Your input is valuable to us and the community. Thank you in advance for your time and support.

Joomla Extension Directory

JED.png

TrustPilot

Trust-Pilot.png

We're here to assist you with any further questions or requests you may have. Once again, thank you for choosing our product and for being a part of our community.

Best regards,

Toufiqur Rahman

Team Lead, Tech Support (JoomShaper)

0
ES
Emma Seymour
Accepted Answer
1 year ago #159398

Hi, I am also having the same query but am using Joomla 4.2.8, SP Pagebuilder 3.8.10 and Helix Ultimate 2.1.1. I have tried the custom.css code you provided above but it didn't work. Can you help?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #159400

Could you kindly grant me access to your Joomla administrator area so that I can investigate the issue you're experiencing? Prior to providing access, please ensure that you have backed up your site. Additionally, it's important to note that providing login credentials is entirely voluntary on your part; we respect your decision either way. However, if you do choose to share the login details, it would greatly expedite the resolution process. Thank you for your cooperation.

0
ES
Emma Seymour
Accepted Answer
1 year ago #159403

Hi Toufiq, Thanks for the quick response. Emma

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #159406

Check & let me know.

0
ES
Emma Seymour
Accepted Answer
1 year ago #159408

Its still there as far as I can see

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #159411

Are you talking about this css code?

https://prnt.sc/Y7SXpxJo35Iq

0
ES
Emma Seymour
Accepted Answer
1 year ago #159415

No, that code is fine and doing what I need it to.

I want to remove the 'featured-article-badge' that appears on featured articles as exampled in the link enclosed.

You advised a previous customer to put the following in their custom.css:

span.badge.bg-danger.featured-article-badge { display: none; }

I tried it but it didn't work for me and hoped you could you help me with some code that would work.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #159416

Solved. Please check now. Thanks

0
ES
Emma Seymour
Accepted Answer
1 year ago #159417

Perfect! Thank you!

Emma

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #159418

You are most welcome & Thanks

0
PU
Paul Uhl
Accepted Answer
1 year ago #161307

Could you provide the code shared with Emma? We've tried several solutions both of which dont work.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #161400

Hi there, Could you kindly provide Joomla administrator access? This will enable me to thoroughly investigate the matter and provide you with a prompt resolution.

0
HD
Harrie van Dijk
Accepted Answer
1 year ago #161419

It is better that Joomsharper removes the new The New Feature Badges from the standard Helix framework so that not everyone who does not want this has to adjust their website. This is in no way standard in the Joomla environment. Make it an option in the Helix framework and ensure that it can then be displayed in any language.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #161502

Add this css code inside the custom.css file.

span.badge.bg-danger.featured-article-badge {
    display: none;
}
0
C
Cufe
Accepted Answer
1 year ago #169088

Hello :-) Can you add an option to turn off the display of this tag in the template settings? I don't understand why this mark should be displayed on the website and its source is in HTML as text, moreover, websites are not made only in English. The solution {display: none} is visually OK, but from the point of view of the texts on the page, the textual content of the website with the "featured" tag is mixed. This solution is not suitable, it would be better to choose a solution with the display of the tag through the CSS attribute content:"featured" and then style it. Please don't put such things in your code.

1
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #169089

We will add an option in the future update.

1
Yofie Setiawan
Yofie Setiawan
Accepted Answer
1 year ago #173449

I want to add my solution, just go to the Template Settings, then add to Custom Code > Custom CSS

.featured-article-badge {
 display: none;
 }
0