You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#110462 Font size dropdown has no title on front end

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by jcalvert on Tuesday, 01 March 2022 23:07 GMT

jcalvert
Please see the screenshot. Joomla 3.10.6. JCE Pro 2.9.20.

On the front end...
Drop-down works, but has no title... just blank box. I have cleared my browser cache & reloaded the page... doesn't help.

Back end is OK.

thanks,
JC

Attachments

Ryan
It looks like a style in your template is overriding the title text color (the same effect is happening on the editor tab).

Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

jcalvert
Thanks, Ryan. I added the following to my template's custom CSS code and now is working:

.btn-link, .btn-link:hover {
    color: #555 !important;
}

button#jform_articletext_fontsizeselect_text {
    color: #555 !important;
}