Okay
  Public Ticket #314676
Reduce space between paragraphs?
Closed

Comments

  • Archos started the conversation

    I would like to reduce the space between paragraphs either universally or just in my blog posts. How do I do this? See attached file

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    p {
        padding-bottom: 17px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Archos replied

    Brilliant!! Thank you SO much! How do I set it up so I get emailed when a response is posted?

    Also, I think there is still a liiiitle bit extra padding added due to the fact that I am copying and pasting from Word. Is this an issue for anyone else?

  •  8,470
    Tahir replied

    You can reduce the value from 17 to 8 if need be . Also see http://themenectar.ticksy.com/settings/ for the notification. 

    Thanks


    ThemeNectar Support Team 

  • Archos replied

    I enabled email notifications, I don't receive anything...?

    Also, how do I set salient to remove blog post dates? I tried this plugin, it doesnt seem to be compatible... Thanks!

    https://wordpress.org/plugins/wp-old-post-date-remover/

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    article.post .post-meta .date {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Archos replied

    worked perfectly for the main blog area. Thank you so much for all this help! What if I also want to remove it from the top of the actual post? http://www.learnedempowerment.com/my-story/ 

  •  8,470
    Tahir replied

    Hey Archos!

    I cant find any date displayed on that page . Were you able to remove it ?. 

    Thanks 


    ThemeNectar Support Team