By Luke on Wednesday, 16 March 2022
Posted in General Issues
Replies 3
Likes 0
Views 498
Votes 0
Is there anyway to darken the actions button so our users can see to edit their comments? It's invisible right now. Thanks!
Hi Luke,

It appears that there is a conflict with your template's styling. Can you apply the following custom css on your template and see how it goes?

/* to address conflict with template where komento actions ellipses not showing */
.fdi.fa:before,
.fdi.fab:before,
.fdi.far:before {
font-weight: inherit;
}
·
Wednesday, 16 March 2022 13:58
·
0 Likes
·
0 Votes
·
0 Comments
·
I pasted the CSS into the custom css code box in the template and it did nothing. Any other thoughts?
·
Friday, 18 March 2022 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
For some reason the template is not showing the custom css to the file below so I manually paste the codes there.
JoomlaFolder/templates/j51_ashley/css/custom.css

However, the changes made on the file is still not loaded on the front-end(attached). I'm not sure if this is an issue with the template or something on the site or server is caching the old file.

Anyway, I manually created a custom css file in the path below for Komento and applied the custom css.
JoomlaFolder/templates/j51_ashley/html/com_komento/css/custom.css
Can you try again and let us know how it goes?
·
Friday, 18 March 2022 10:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post