Reply To: Theme settings not displayed

#12436
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Daria,

1. You can completely hide the title field with this custom CSS if you like:

.rpp_title, .rpp_last {
    display: none !important;
}

2. ..or similarly force any font style of your liking with this one:

.rpp_title {
    font-family: 'Open Sans',sans-serif !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)