Forums
Home / Theme: azeria / Change entry title css for full width pages and posts
(@gioiab)
8 years, 12 months ago
Hi,
how can I center the post/page title in a full-width template?
(@tefox)
Hi! You need to add next code via custom CSS plugin or into style.css in your child theme
.page-template-page-full-width .entry-title { text-align:center; }
Child themes tutorial – here Custom CSS plugin (this for example, you can use anyone) – here