MEMOMOVIE

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon Jul 23, 2012 1:09 pm
Hi there...

Kinda new to this part of joomla since i just mooved on 2.5 and FONTS section is something new for me now... However... on MEMOVIE template, i am selecting as FONTS the GOOGLE fonts choice in all sections... The font i am choosing there is "ACTOR"... But it becomes available only on the bottom modules names... What if i want all of my page content, to be google fonts "actor"?

Pls help
Andy
User avatar
Junior Boarder

Konrad M
Mon Jul 23, 2012 1:14 pm
Hi,
check what selectors are used for your 'actor' font. To have all in this font please try add 'body' selector at selectors.
User avatar

GK User
Mon Jul 23, 2012 8:18 pm
Konrad M wrote:Hi,
check what selectors are used for your 'actor' font. To have all in this font please try add 'body' selector at selectors.


There are 3 different sections where fonts must be choosed.

My configuration is :

1. Body Font > Google fonts / Actor | Body Selectors = Body
2. Headers Font > Google fonts / Actor | Body Selectors = #gkBottom2 .box h3
3. Other Font > Google fonts / Actor | Body Selectors = div.blog h2, div.blog-featured h2, ul#archive-items h2,
div.itemHeader h2.itemTitle, div.itemListCategory h2, div.catItemHeader h3.catItemTitle, div.userItemHeader h3.userItemTitle, div.genericItemHeader h2.genericItemTitle, div.latestItemsCategory h2, div.latestItemHeader h3.latestItemTitle, div.latestItemHeader h2.latestItemTitle, div.k2ItemsBlock ul li a.moduleItemTitle

Any idea what is wrong?
User avatar
Junior Boarder

Konrad M
Tue Jul 24, 2012 9:02 am
Ok,
please send me PM with access to your joomla back-end. Remmber to add link to this topic too.
User avatar

GK User
Tue Jul 24, 2012 9:29 am
Konrad M wrote:Ok,
please send me PM with access to your joomla back-end. Remmber to add link to this topic too.


ok...will pm you access to www.radionrg.net back-end
Thanks!
User avatar
Junior Boarder

Konrad M
Tue Jul 24, 2012 10:52 am
Please go to layout.css and find
Code: Select all
body { font: normal 12px/1.7 Arial,Helvetica, sans-serif !important; }

change it to:
Code: Select all
body {
line-height:1.7;
font-size:12px;
font-weight:normal;
}
User avatar

GK User
Tue Jul 24, 2012 12:03 pm
Konrad M wrote:Please go to layout.css and find
Code: Select all
body { font: normal 12px/1.7 Arial,Helvetica, sans-serif !important; }

change it to:
Code: Select all
body {
line-height:1.7;
font-size:12px;
font-weight:normal;
}


Made my day!! :)
Thank you very much!!
Can i ask you one more thing?
How can i get a module from the template MUSICFREE, the one with social links to facebook etc (right top), and have that at my memomovie?

Again...thank you very much!!!
User avatar
Junior Boarder

Konrad M
Tue Jul 24, 2012 12:27 pm
This social module in music free is a custom html module. You can try copy code but you need to copy some css rules for it. I advise use firebug to find this rules. It is firefox extension. And add them to override.css file.
User avatar


cron