Note!
Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!Background Missing on Yootheme Templates
-
Resolved
Subscribed Products:
Accepted Answer
-
Selected answer for this questionHello Alex,
To change the color of the title, here's what you can do. Try to add this into your Joomla's css file,
h3.kmt-title{ color: #ccc !important; }
Yes, you can actually change them in your language file located in /language/en-GB/en-GB.com_komento.ini
10 responses Add a reply
-
Hello Alex,
Ah, Komento actually tries to inherit your template's styling and it actually isn't setting is own background. Hence, you are getting those "transparent" effects. If you want, I could add a white back ground for you but I would require that you provide me with the URL so that I can see the styling on the site
1 vote by Alex
-
Subscribed Products: -
Hi Alex,
Sorry for my delayed reply. I already inspected your site. To add background and border styling to the comment element, simply copy below code, and paste it your Joomla template CSS file.
body #section-kmt #kmt-fame, body #section-kmt .kmt-people-list, body #section-kmt #kmt-form form, body #section-kmt .kmt-list-wrap { background: #fff; border:1px solid #ccc; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
We strongly advice you to implement this code in your own Joomla template, so that in the future, whenever you upgrade our software, this hack will not be overwritten.
Please advice, thank you.
1 vote by Alex
Subscribed Products: -
Hi Adam,
That worked perfect, i just needed to add some padding.
A few more issues i have, i would like to change the color of the #section-kmt h3.kmt-title
it is picking up the style from the template, how would i go about editing this to #cccccc?
Also the Sticky and Loves tabs, can we edit the Loves text to say something else?
Thanks again for your help
Regards
Subscribed Products: -
-
-
-
-
-
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.