Home › Forums › Iconic One Pro Support › Hide "sticky note" labeling
- This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago by robert_mvr.
- AuthorPosts
- September 1, 2020 at 1:51 pm #6248robert_mvrParticipant
Hello,
I have adapted the design with CSS according to my wishes.
Now i would remove the labeling “sticky note” (in my language “Gesponserter Artikel” from my website, because the german translation is quite inappropriate here and it has no added value on my site.
I have already changed and created some CSS snippets, but I have not found a solution yet…
Can you give me a recommendation?
Best Wishes
Robert
September 2, 2020 at 5:00 pm #6251Themonic-SupportKeymasterHi Robert,
Please use the following lines in Customizer -> Additional CSS to hide it
.featured-post { display: none; }
If you wish to change it in code, it is line number 13 in content.php replace the english term ‘Featured Article’ to your choice.
'Featured Article', 'themonic'
September 2, 2020 at 5:16 pm #6252robert_mvrParticipantGreat, thank you very much. Now I also understood even better how I can change other parts out of the php files with CSS 🙂
Just for clarification for me. If I change the content directly in the php file, these changes will be overwritten by theme updates, isn`t it?
I have not regretted the step into the Pro version. Thanks 🙂
September 2, 2020 at 5:27 pm #6253Themonic-SupportKeymasterYes, they will be overwritten.
Also, there is one more option:
“Gesponserter Artikel” if this is not correct translation you can let me know the correct one and we will fix it in the next version and you will not have to modify the file.
September 2, 2020 at 7:09 pm #6254robert_mvrParticipantThanks 🙂
“Gesponserter Artikel” in englisch means “Sponsored article”.
I think more suitable would be “Gepinnter Beitrag” or “Angepinnter Beitrag”.
- AuthorPosts
- You must be logged in to reply to this topic.