This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Theme settings not displayed

#12436
Ernest MarcinkoErnest Marcinko
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]