help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] Changing layout popup screen in Module Calendar

Re: [SOLVED] Changing layout popup screen in Module Calendar

5 years 10 months ago
#25608
I found it. After disabling Tiptool Title the text remains bold.

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Changing layout popup screen in Module Calendar

5 years 10 months ago
#25609
I found an article in joomla stackexchange
"Styling the default tooltip in joomla 3.6.X"
with
Code:
.tooltip-inner { max-width: 200px; padding: 8px; font-weight: normal; color: #fff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
it should be possible to change
or if you find your templates own definition of tooltip-inner
The following user(s) said Thank You: Egnarts

Please Log in or Create an account to join the conversation.

Re: [SOLVED] Changing layout popup screen in Module Calendar

5 years 10 months ago
#25612
Thanks,
this is the solution. I added the code in the template.css of RSJuno and it works.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Time to create page: 0.819 seconds