This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Changing the font-style from frontend dont works
#1

Hi, im a new user without any experience in coding and have installed commentics successfull, purchased it and everything seems to work. But the font-style looks terrible with (New Times Roman), That basic-font after completing the installation.

So, i need to change them but i have no idea, how i can do it. Everything that is in these terrible looking "new times roman" needs to be a nicer looking font, like Tahoma

I tried the short guide with a "custom .css" but i didnt know how the finshed "custom.css" has to look like, - im not able to code it by myself.

The demo-chat has a better font and i tried to copy both Css from the Demo-Commentation-Box, "stylesheet.css" AND the stylesheet.min.css. I replaced them at the default theme at me with the "stolen" one from the demo-commentation box: Nothing changes... But when i delete the "stylesheet.css" nothing changes! But when i delete stylesheet.css it takes effect and nothing works, so i think it must be a option inside these "stylesheet.min.css" to change the font-style to a better one...

I use the comments i a own html-file that goes embedded via iframe on the target page on my site. It only contents the code-snippets to show these commentation-function.

Link to my Comments-Box: my comments-box with terrible fonts


Are there some downloadable themes with a better Laout and fonts? I didnt find anything like these here or at google Sad
Reply
#2

Hi Alexander,

Commentics is designed to use the font of your page. If you view Commentics on a page by itself (like in your link) then it will use the browser's default font which I believe for Chrome is Times New Roman. So you just need to apply some styling to your page. In your page's head tag try adding this:

Code:
<style>
body {
font-family: Tahoma;
}
</style>

There hasn't been any demand so far for themes. If you show me what you think would be a better layout etc then I'd be happy to create it at some point if I feel other users would also benefit from it.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Vaiolet12
14-Sep-2017, 11:44 AM
Last Post by Renaud
06-Sep-2014, 01:05 PM
Last Post by Gabe
28-Jan-2013, 12:17 PM
Last Post by 2hands
28-Jun-2012, 02:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)