1. sravoianu
  2. Commercial Templates
  3. Sunday, 10 February 2013
  4.  Subscribe via email
Hi!

I reasently got J51 Arkadia. Instalation went perfect on J2.5 on a test server. Banner works perfect. no problem with menues.

I tried to install the kunena forums ... instalation went perfect . ( it seems you guys are using the same forum module - i might be wrong)

The problem i have is that arkadia somehow modifies the topic, category and post titles with a huuuge font. I can change the font style by changing the "Article head font" but no luck with the size.

When i chance the website template assignement from arkadia to the one that comes with joomla there is no problem with the forums - but no arkadia template ...

I haven't found an option to set the font size manually so it must be something in the css. I didn't want to start poking around before asking you guys.

[img]https://plus.google.com/u/0/photos/117835878337904103648/albums/5805936501185632865/5843384065621141666[/img]

EDIT . ok i am exploring the kunena CSS ... and i managed to identify some of the parameters ... 3379 line long :blink: I am putting comments in place for each variable .... so if anyone has the same problem all be happy to share ce css file
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Sorin

You could try defining the font size to this element of your forum in the Custom CSS field of your templates parameters (Extensions -> Template Manager -> J51_Arkadia -> Custom CSS)..

[code type=css]#Kunena span.kmsgtitle, #Kunena span.kmsgtitle-new {font-size: 16px;}[/code]
Where 16px is your font size.

Failing that would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for the fast reply, apperently that solves only part of the problem ... only the post title itself ... post number , category name , time since last post ... same problem. In the kunena css the font size is in "em" units ... could this be the problem ?

ArcheAge Balcora
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try editing the following in your templates nexus.css (../templates/j51_arkadia/css/nexus.css - LINE34)..

[code type=css]h2 {
font-size: 32px !important;
font-weight: normal;
line-height: 100%;
text-transform: uppercase;
}[/code]
Removing the !important which i believe is causing this issue..

[code type=css]h2 {
font-size: 32px;
font-weight: normal;
line-height: 100%;
text-transform: uppercase;
}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks !!!! :woohoo:

It works like a charm.

You are a master ... I couldn't identify the problem in a milion years !
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!