No display of “Featured” wanted

Home Forums WordPress Themes – Premium Pure & Simple No display of “Featured” wanted

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #16683
    Aki Christina
    Participant

    Hey!

    How can I remove the word “Featured” when I want an article to stay on top?

    🙂

    #21891
    Binaya D
    Participant

    Hi Aki Christina,

    Could you please explain more about issue, so that we can provide solution asap.

    Thanks

    #21893
    Aki Christina
    Participant

    Yes.

    The word FEATURED is added to the entry-title when I choose the option to stick the article on the top (via QuickEdit).
    Now I want the word FEATURED to be not seen.
    If I want to change the word, where can I find it?

    Edit: I seem too stupid to add a screen 😛

    #21894
    Binaya D
    Participant

    Hi Aki Christina,

    Could you please provide us link of you site.

    Thanks

    #21895
    Aki Christina
    Participant
    #21898
    Binaya D
    Participant

    Hi Aki Christina,

    Could you please send us wp-login details via email, so that we can provide solution asap.

    Thanks

    #21908
    Shekhar Bhandari
    Participant

    Hi Aki Christina,

    Please use the custom css to fix the problem.

    span.featured-post {
      display: none;
    }

    Please use child theme or use custom css plugin to insert the code so the data doesn’t lost on theme updates.

    Thanks

    #21916
    Aki Christina
    Participant

    Yes! Thank you. :cheer: :cheer:

    #22196
    Mark
    Participant

    I’m after the same solution above. I installed “Simple Custom CSS” plugin. Copy/pasted the script listed above – but “FEATURED” does not go away. Suggestions? Thanks. Website:events.marianmissionaries.org

    #22197
    Aki Christina
    Participant

    Hey Mark,

    I am not familiar with that plugin.

    A I use a childtheme I put the code in style.css.

    Additionally I also have this code:

    .single .byline, .group-blog .byline {
        display: none;
    }

    Hope this helps.

    Christina

    #22198
    Mark
    Participant

    Thanks for reply Christina. Tried it and still get “FEATURED” featured. 🙁

    #22200
    Sushil Adhikari
    Moderator

    Hi Mark,

    We visit your site but we didn’t find any “FEATURED” but we have found the image Featured if you want to hide then you can remove the image or you can use the following css or if it is not then,you please send us screenshots of your issue. So , that we could provide solution asap.

    img.featured_ribbon {
    display: none;
    }

    Note: Please use the custom css plugin or child theme to write the css. 
    Thanks

    #16684
    Mark
    Participant

    Worked! Thanks!!

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.