Okay
  Public Ticket #1575846
Remove love / heart / like
Closed

Comments

  • antongrigore started the conversation

    Hi,

    I want to remove the heart from the header - variable high and meta overlaid option. I tried some css code from this forum, without success.

    Thank you!

  •  9,011
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  9,011
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single .blog-title #single-meta ul li {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • antongrigore replied

    That's great, but now the mobile version has only the title, no date (ar author, like on desktop).

    Thank you.

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please add the media queries for tablet / desktop to encapsulate your CSS snippet,

    @media only screen and (min-width: 768px) {
        .single .blog-title #single-meta ul li {
        display: none !important;
    }
     }
    

    Hope this helps,

    Regards

  • antongrigore replied

    Nop, with this code (I removed the other one, but with or without that it's the same), the heart is on again @mobile & no date or author. But now I have another question: what do you eat? Your response time is just insanely fast! Just wow.

  • antongrigore replied

    I hope I didn't upset you. If you can, please help me with a code compatible to mobile.


    All the best!

  •  9,011
    Tahir replied

    Seems to have been removed : http://prntscr.com/jizrz9 . 

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Best.


    ThemeNectar Support Team 

  • antongrigore replied

    On mobile, the date and the author are invisible. I cleared the cache. 

  •  9,011
    Tahir replied

    Yes those are hidden by design .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .row .col.section-title span:not(.share-count-total), html .single #single-below-header span:not(.share-count-total) {
            display: block !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • antongrigore replied

    Thank you so much for your patience. I tried a few codes from tickets, and I am so sorry to bother you again: on mobile, categories are visible.

    Feel bad about that & thank you once again.

  •  9,011
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        html .single #single-below-header span.meta-category {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • antongrigore replied

    Neee, it doesn't work, forget about that, thanks. :)