- This topic has 10 replies, 5 voices, and was last updated 5 years, 4 months ago by
David.
-
AuthorPosts
-
December 17, 2020 at 5:51 am #1584265
Dev
Hello,
I want to change the breadcrumbs fonts, like the ones below
I want my single post title to display in MIDDLE of the page. And want to lower the breadcrumbs space, please check the below screenshot link.
December 17, 2020 at 10:11 am #1584749Tom
Lead DeveloperLead DeveloperHi there,
Feel free to link us to your site in the private information and we’ll be happy to help with the necessary CSS.
Thanks!
December 17, 2020 at 7:43 pm #1585190Dev
Hello,
Is there an update on this ticket. I had already submitted my login details in private information.
December 17, 2020 at 8:11 pm #1585211Elvin
StaffCustomer SupportHi,
Can you follow this article?
https://docs.generatepress.com/article/using-the-premium-support-forum/I don’t see any information associated to this topic’s private information box.
Let us know.
December 17, 2020 at 8:20 pm #1585215Dev
I added it earlier as well, but don’t know how you didn’t get it.
I have added it again please confirm with me once you get it.
December 17, 2020 at 9:27 pm #1585252Dev
Hello,
It’s the third time I’m entering the details in the private box.
Did you get my details or not?
Please let me know.
December 17, 2020 at 9:32 pm #1585256Ying
StaffCustomer SupportHi Dev,
Give this css a try:
.entry-header .rank-math-breadcrumb { font-size: 14px; text-align: center; } .entry-header .rank-math-breadcrumb p { margin-bottom: 0; } .single-post .entry-title { text-align: center; }Adding CSS: https://docs.generatepress.com/article/adding-css/
December 17, 2020 at 10:01 pm #1585281Dev
Hello,
The title moved in the center, but breadcrumbs and meta information are still on the left side. Please see the below screenshot.
December 17, 2020 at 11:28 pm #1585324Ying
StaffCustomer SupportDecember 17, 2020 at 11:53 pm #1585337Dev
Hello,
Last time I clearly mention that I want META information also in the center, but you missed that in your CSS code.
December 18, 2020 at 2:56 am #1585556David
StaffCustomer SupportAdd this CSS to center the meta:
.single-post .entry-meta { text-align: center; } -
AuthorPosts
- You must be logged in to reply to this topic.