By Markus Löffler on Saturday, 16 May 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 0.9K
Votes 0
Hi,
I bought and installed Komento on my website. Everything working fine except I have some strange orange boxes on top of the date (see screenshot).
How can I get rid of them?
http://bring-em-back.com
Thanks,
Markus
Hi Markus,

The orange color is coming from your template. You can override it for Komento by adding the following code in your Joomla template override.

#section-kmt .kmt-meta * {

background-color: white!important;
}

You can find information about template override Here:

Hope this help.
·
Sunday, 17 May 2015 03:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Aikigi! Appreciate it very much.
·
Sunday, 17 May 2015 17:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Aikigi,
thanks a lot for your answer. Honestly, the docs on template override were not really easy to follow, but I might lack the basic Joomla knowledge regarding this topic. So instead I found in Template Manager -> meet_gavern -> Advanced settings -> Custom CSS code a place to paste your suggested CSS statements, and it worked fine. Of course this solution is specific to the Meet Gavern template.
Best regards,
Markus
·
Monday, 18 May 2015 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Markus,

Yes, depending of the template you use, some have a build in template override. Gavern are great!

Glad you fixed your issue
·
Monday, 18 May 2015 05:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Markus.

Glad your issue has been resolved.

Thanks Aikigi for your helo
·
Monday, 18 May 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post