Please, could you help me :
1/ Change this english word to french word https://prnt.sc/IwDTp097esUx 2/ I don't understand they are there is a space between the texts I can't correct it https://prnt.sc/ocK82CZ62954
3/ Il would like to change this color, how to do this please ? https://prnt.sc/WEr0Ej1gIDPI
4/ https://prnt.sc/C6oynoT9QPBV THIS IS THE SAME REQUEST AS CID ABOVE BUT THE TITLE BUTTONS please
5/ https://prnt.sc/CHZhwpGav8xR here I notice that I have texts that appear twice, how can I remove this error?
ludo974 1/ Change this english word to french word https://prnt.sc/IwDTp097esUx
You can override this language constant: TPL_HOTLINE
https://docs.joomla.org/Help4.x:Languages:_Overrides
ludo974 2/ I don't understand they are there is a space between the texts I can't correct it https://prnt.sc/ocK82CZ62954
It's due to the cols-2 class you added, you can remove this class to resolve this issue:
ludo974 3/ Il would like to change this color, how to do this please ? https://prnt.sc/WEr0Ej1gIDPI
Each module in this spotlight-2 section is added with a custom class and template has style for these classes:
such as:
div#t4-spotlight-2 .bg-2 { background: #373693; color: #fff; }
You can override this rule as you wish.
ludo974 4/ https://prnt.sc/C6oynoT9QPBV THIS IS THE SAME REQUEST AS CID ABOVE BUT THE TITLE BUTTONS please
There is css rule for this section title:
.section-title span { background: #e4f7ff; border-radius: 4px; color: #26b0eb; display: inline-block; padding: 8px 16px; }
You can override the background / color to your desired color.
ludo974 5/ https://prnt.sc/CHZhwpGav8xR here I notice that I have texts that appear twice, how can I remove this error?
With the style of this module: Présentation you can disable the module title in backend to resolve this issue.
I updated for you, kindly check.
saguaros
Hi ,
thanks,
pleas when I test this : https://prnt.sc/1pc65h8MIhRX
My backroung is with or I want green ; could you explain me ?
In that field, you can put a class name only.
You should add that css code into the custom CSS section in backend:
or add directly into this file: /templates/ja_vital/local/css/custom.css
/templates/ja_vital/local/css/custom.css
I just added for you.