Edit template Pagebuilder+Title

Posted in: Newsmag
Post count: 21

Hi there,

Would like to make a few adjustments to the template ‘Pagebuilder + Title’ that I use on several pages.

1. I would like to get rid of the border / horizontal line that is now displayed below the Title when you use this template. I do not want it to have any extra spacing or element there.
2. Is it possible to get the title do be displayed in the horizontal center instead of on the left?
3. Can we increase the font size of the title because a H2 heading is larger in font then the title, which I do not really like. To me the font sizes should be appropriate to the heading (Title H1 being the largest all the way to H6 being smaller.

Thanks!

NM-User

Post count: 6535

Hi

Try this css in theme panel > custom css: http://screencast.com/t/6u3Ycpo3O

.page-template-page-pagebuilder-title-php .td-page-title {
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 0!important;
font-size: 35px;
}
.page-template-page-pagebuilder-title-php .td-page-content{
margin-top: 0;
}

3. I am not sure what you mean as the page title have h1 tags. If you want to increase the font size for it just modify the value from the above css.

Let me know how it goes and provide more details if you need a different approach on this.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.