Search for: Log In Free Support [Resolved] How to put div.notice below title tag Home › Forums › Support › How to put div.notice below title tag This topic has 5 replies, 2 voices, and was last updated 1 year, 1 month ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 23, 2019 at 5:10 am #1112098 Chris I linked to the website that has the code. I’m wondering how do you add this line: http://prntscr.com/qepecd below title as div.notice tag. And is it possible to make it default for all blog posts? December 23, 2019 at 5:38 am #1112134 DavidStaff Customer Support Hi there, you can use a Hook Element: https://docs.generatepress.com/article/hooks-element-overview/ You will probably want the after_entry_title hook Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 23, 2019 at 5:45 am #1112145 Chris Great, what do I put in the code line: http://prntscr.com/qepzzr December 23, 2019 at 5:54 am #1112164 DavidStaff Customer Support The HTML you want to display eg. <div class="amz-disclaimer">*Your Disclaimer text here</div> After that you can style it with some CSS like so: .amz-disclaimer { text-align: center; font-style: italic; font-size: 14px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 23, 2019 at 6:01 am #1112170 Chris Sweet, thank you! December 23, 2019 at 6:04 am #1112173 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In