Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Theme settings not displayed › Reply To: Theme settings not displayed
March 23, 2017 at 3:16 pm
#12436
Keymaster
Hi Daria,
1. You can completely hide the title field with this custom CSS if you like:
[html].rpp_title, .rpp_last {
display: none !important;
}[/html]
2. ..or similarly force any font style of your liking with this one:
[html].rpp_title {
font-family: ‘Open Sans’,sans-serif !important;
}[/html]