Home Forums Trusted Pro How to Turn off Text Animations Reply To: How to Turn off Text Animations

#2578
Andy
Keymaster

Hi Ryan

For the first part of your question, add this in Additional CSS in the customizer:

.entry-header {
margin-bottom: 0;
}

.entry-header .entry-title,
.entry-header .entry-title,
#secondary .widget .widget-title {
margin-bottom: 0;
padding-bottom: 0;
}

.entry-header .entry-title:before,
.entry-header .entry-title:after,
#secondary .widget .widget-title:before {
display: none;
}

To change the header image per page, go into the page editor for the page you want to edit. In the panel to the right you can upload/select an image for the header area of that page.

Trusted Pro page header image