Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

How to edit inline css file

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
7 years 4 months ago #427 by Eugene S.
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:
/* 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.

Partners