Home › Forums › Support › Move post excerpt below title This topic has 9 replies, 2 voices, and was last updated 3 years, 4 months ago by Leo. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts November 21, 2022 at 8:46 am #2425752 Roger How to move post excerpt below title (in single post)? I’m using GP Social Share. I am using this code (hook) to show excerpt <?php the_excerpt(); ?> November 21, 2022 at 8:49 am #2425757 LeoStaff Customer Support Hi there, Which hook are you using? Let me know 🙂 November 21, 2022 at 9:10 am #2425813 Roger Hi Leo, you can see in the link November 21, 2022 at 9:31 am #2425857 LeoStaff Customer Support Can you try setting the priority to 1? https://docs.generatepress.com/article/hooks-element-overview/#settings November 21, 2022 at 9:42 am #2425877 Roger It worked! Text customization has stopped working. I’m using this code to customize the text. .single .entry-header .entry-meta + p { font-size: 18px; line-height: 1.4em; color: #333; font-weight: 400; font-style: italic; margin-top: 10px; } November 21, 2022 at 11:02 am #2426012 LeoStaff Customer Support Not sure if I fully understand. Can you link me to a post so I can see the issue? A little more explanation of what exactly isn’t working might be helpful too. November 21, 2022 at 11:12 am #2426035 Roger The position of the abstract is correct (it is below the title). I would just like to style it so that it looks different from the post text. Attached link. Thanks! November 21, 2022 at 11:16 am #2426046 LeoStaff Customer Support Change your content to this: <div class="single-excerpt"> <?php the_excerpt(); ?> </div> Then you can style it with this CSS selector: .single .single-excerpt { } November 22, 2022 at 8:26 am #2427535 Roger Thank you! November 22, 2022 at 10:04 am #2427709 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In