Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2585201
Small "New" in red in the menu and article proposal
Closed

Comments

  • nsaurin started the conversation

    Hello,

    I have two questions :

    1 - Is it possible to add the little red "new" next to a menu word like in your Soledad template (see screenshot 1)?

    2 - In the PenNews theme, there are in the middle of the articles some proposals for other articles (see screenshots 2 and 3). Is it possible to do the same on the Soledad theme? It also seems to me that the proposals do not display the same way on mobile and desktop (there is a version with image and a version without image).

    Thank you very much :)

    Nicolas

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please do follow steps:

    a) Go to Appearance > Menus > add "CSS Classes" below for menu item you want to add "new" lable - check this image: http://prntscr.com/v9ju72

    featured-new

    b) Add more this code to Customize > Custom CSS:

    #navigation ul.menu li.featured-new>a:after {
        content: "NEW" !important;
        font-family: 'Lato',sans-serif !important;
        color: #FF2E2E !important;
        font-size: 8px !important;
        right: 3px;
        top: 3px;
        line-height: 5 !important;
        vertical-align: top !important;
        font-weight: bold !important;
        margin-left: 2px !important;
    }
    

    2/ Unfortunately, currently Soledad theme doesn't support this feature.

    We will consider to add more this feature in the future updates.


    Best Regards,

    PenciDesign

  • nsaurin replied

    Hi,

    1 - Thank you, it works very well  :)!

    2 - It's sad that Soledad does not support this option, it would really be a big plus! Do you have any advice for me or a plugin to use to be able to do this?

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please check this guide to use a custom plugin to do that:

    https://www.wpbeginner.com/plugins/how-to-add-inline-related-posts-in-wordpress-blog-posts/


    Best Regards,

    PenciDesign