Page fonts titles have no effect..

Posted in: Newspaper
Post count: 555

I’m having the same problem i had with V4 now with V6 the fonts title and content will not change..e.g FAQ page the titles i want set to Oswald fonts but it’s not taking effect from the pages settings fonts only the content change..also the size for fonts content on my terms page will not change either it does not matter what i choose it will not take effect…

https://jahliveradio.com/faq/

https://jahliveradio.com/terms-use/

Post count: 7909

Hi,

The font family should work if you set it for body – http://screencast.com/t/IbqoOucyA but for size you will need to use custom css:
*change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9
* or target the specific page and add this custom css in Theme Panel > Custom Css
take page id – http://screencast.com/t/0DS7oSaL
and target text block and title – http://screencast.com/t/AMoj6pTUoHc

.page-id-2877 .wpb_text_column p {
font-size: 10px;
}
.page-id-2877 h2.hrf-title {
font-size: 15px;
}

Also for terms page – http://screencast.com/t/8c2V8oRm5j4

.page-id-429 .wpb_text_column p {
font-size: 13px;
}

Thanks!

Post count: 555

Thanks @Alin [tagDiv] it works great on the FAQ page,just the way i want it too be…

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.