How to edit inline css file
- Tobi
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 4 months ago #421
by Tobi
How to edit inline css file was created by Tobi
I need to change the background color of the topics and category icons only but if i change it on the basic settings change, it will affect all links but i discover that i can change it if i can edit the inline css. please where do i locate this
- Eugene S.
-
- Offline
- Administrator
-
7 years 4 months ago #427
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: How to edit inline css file
Hello Tobi,
Excuse me for such long delay with reply.
Please try to add the following rules in: /components/com_kunena/template/rnd_kascetic/css/custom.css:
Excuse me for such long delay with reply.
Please try to add the following rules in: /components/com_kunena/template/rnd_kascetic/css/custom.css:
/* where #444 - your color */
#Kunena span.kicon.kreadforum {
background-color: #444!important;
box-shadow: 0 0 0 3px #fff, 0 0 0 5px #444!important;
}
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.