How To Remove "Featured" Label, Not Able To Save Template Style - Question | JoomShaper

How To Remove "Featured" Label, Not Able To Save Template Style

Rahi

Rahi

SP Page Builder 10 months ago

Hi,

I am not able to remove "Featured" lable from article. I have checked the forum and tried to apply custom css .article-list .article .featured-article-badge { display: none; }

Adding this line in custom.css didn't make any difference.

I tried adding custom css at Tempalate Syles but it doesn't save and shows "Drafting..." and gives error - undefined. Please note I am using latest Template - shaper_helixultimate 2.1.1

I have tried solution of renaming .htaccess file as you have suggested in forum to someone but that also didn't work.

So now I have 3 issues -

  1. How to remove "featured" label.
  2. why custom.css not working?
  3. not able to save Template Style

Please help.

Thank you.

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179244

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
Rahi
Rahi
Accepted Answer
10 months ago #179258

Hi,

I thought you will understand just by explanation. This is an extra work that you are making me do!

Anyway,

  1. How to remove "featured" label. https://share.nmblc.cloud/011116ee

  2. why custom.css not working? https://share.nmblc.cloud/4e6d6481

  3. not able to save Template Style https://share.nmblc.cloud/f387be4e

Hopefully you will understand the issue this time.

Please do the needful.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179377

Hi

Could you please keep a full site backup and give me your super admin access? I need to check.

0
Rahi
Rahi
Accepted Answer
10 months ago #179468

Pls check... and do the needful. Thx

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #179729

For featured label you can use this CSS in your custom.css file

.article-list .article .featured-article-badge{
  display: none !important;
}

And for others issue, I would suggest the following steps:

  • Disable ModSecurity on your hosting server.
  • Ensure the correct file permissions are set for the template folder.

These actions should help resolve the issue you’re facing.

Let me know if you need further assistance!

0
Rahi
Rahi
Accepted Answer
10 months ago #179761

Hi,

This css code has solved the issue but for that I had to -

  1. First, disable ModSecurity to save and apply the code.
  2. It stil didn't work with custom.css, unless I applied code at Template Style > Custom CSS.

I have fixed the permission for all the folder using Akeeba Admin Tool but still custom.css codes are not applying. Anyway, as of now it is working with template style custom css.

But my question about custom.css is still unsolved.

Can you pls help me in that?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #179842

Glad to know that its now solved.

For custom CSS issue you can follow this forum post below:

https://www.joomshaper.com/forum/question/11603

0
Rahi
Rahi
Accepted Answer
9 months ago #179871

Thank you.

It seems information mention on the forum link that you share seems logical. I will do the neeful.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #179949

Glad to know that.

0