how to change te size of the article titles

GK User
Tue May 15, 2012 5:26 pm
hello,
i need to change the size of the articles title and i'd like to add also the style you used for the modules title

let me know how to do

thank you
User avatar
Expert Boarder

Konrad M
Wed May 16, 2012 12:48 pm
Hi
Can you give us url to your site?
User avatar

GK User
Thu May 17, 2012 4:48 pm
hello,
the url is : http://www.weblogo.it/DEMO/

i need to know :
- how to change the font of the upper menu and the background color of the submenu (provide me the css line to modify)
- how to translate in italian the text of the registration and login pannel
- how to eliminate the charger bar of the flash (look at the attachment)

Thank you
User avatar
Expert Boarder

Konrad M
Fri May 18, 2012 7:44 am
To eliminate charger bar please add to override.css
Code: Select all
.gkIsWrapper-gk_appsite1 .gkIsPagination {
display:none !important;
}

and remember to enable override.css option in template settings.

Font you can change in template settings. In 'Fonts' section.
To change submenu background please add to override.css
Code: Select all
#gkSubmenu {
background: #3B3B3B;
}

and set your own color value.

To translate you need to edit template lang file.
User avatar

GK User
Fri May 18, 2012 6:32 pm
hi, thank you...
but now i need to resize the menu font and i can't find the correct css....also i can't find the translate lang file, could you tell me the path?

thank you a lot

Luigi
User avatar
Expert Boarder

Konrad M
Mon May 21, 2012 8:44 am
To change menu please add to override.css
Code: Select all
div.gk-menu ul.level0 > li > a, #gkDropMain ul > li > a {
font-size:24px;
}

and decrease or increase this value to fit your needs.

Translate file you will find in languages/en-GB/
User avatar

GK User
Mon May 21, 2012 2:32 pm
thak you for your prompt and accurate answers...

Now i need also:
- to resize the Titles of the bottom 1,2,3 etc.. module
- to know how to set up the social icons (the ones next to the search bar, and the ones that appears in the mainbody...i can't find the module)


thak you

Luigi
User avatar
Expert Boarder

Konrad M
Tue May 22, 2012 9:49 am
To resize title try add
Code: Select all
#mainBottom .box div > h3 {
font-size: 20px;
}

and increase or decrease value.

Social Icons you can set up in templates manager in 'FEATURES' section.
User avatar

GK User
Tue May 22, 2012 7:01 pm
hi,
and how to change the color of the module titles (now are blu and black). I prefer one colour or orange replacing the blu

thank you
User avatar
Expert Boarder

Konrad M
Wed May 23, 2012 8:28 am
If you want one color please add to override.css
Code: Select all
#mainPage .box > div > h3 > span, #mainPage .box_menu > div > h3 > span, #mainPage .box_text > div > h3 > span {
color:#3b3b3b !important;
}

or if you want orange please change color value to one you like. Remember to enable override.css option in template settings.
User avatar

GK User
Mon May 28, 2012 11:10 am
hello,
i have seen that the mobile version does not work...could help me to set up it in the correct way or if is too much complicated is there a manner to let show it as in the web?
User avatar
Expert Boarder

Konrad M
Mon May 28, 2012 4:25 pm
Don't work becasue mobile has own css located in \templates\gk_appsite\css\mobile
please add this rules at the bottom of css file.
User avatar

GK User
Mon May 28, 2012 7:22 pm
whic rules i have to add and where exactly

thank you
User avatar
Expert Boarder

Konrad M
Tue May 29, 2012 7:16 am
Same code you added to override.css. And you will need to add to iphone.css, handheld.css, android.css. Put this code at the bottom after last selector.
User avatar

GK User
Tue May 29, 2012 10:05 am
i have added all the override.css code in the 3 mobile css file you indicated, but id doesnt work..i have tested with my android...let me know what to do or otherwise how to set up the desktop version also for mobilephones?

thank you
User avatar
Expert Boarder

GK User
Tue May 29, 2012 2:21 pm
please i need to know also how to resize the articles title...thank you
User avatar
Expert Boarder

Konrad M
Wed May 30, 2012 7:22 am
Can you give me access to site again. Becasue now I can't look at site.
User avatar

GK User
Wed May 30, 2012 9:41 am
the site is www.weblogo.it and via mobile phone it doesn't work....let me know also the css to resize the article titles

thank you
User avatar
Expert Boarder

Konrad M
Wed May 30, 2012 11:54 am
For mobile please find in all css files
Code: Select all
a {
    color: #36B0E4;
}

and change this blue color to one you prefer.

You want resize joomla article titles or k2 ?
User avatar

GK User
Wed May 30, 2012 2:59 pm
...please tell me how to set up the desktop version also for mobile phone browsers, beacuse the mobile versions are completely different!
about the titles i mean your template article titles not the module title look at this article : http://www.weblogo.it/logo-per-associazione "Logo per associazione" is the title i mean
User avatar
Expert Boarder

Konrad M
Thu May 31, 2012 7:41 am
TO change view in mobile you need to go to Template Settings. In 'Basic settings' section you will find 'iphone layout' , 'android layout' , 'handheld layout' options. Set them to default.

To change size of header please add to override.css
Code: Select all
#gkComponent > div > h2 {
font-size: 350%;
}

and decrease this value. Remember to enable override.css option in template settings.
User avatar

GK User
Thu May 31, 2012 11:23 am
great!!! thank you
User avatar
Expert Boarder

Konrad M
Thu May 31, 2012 11:40 am
I'm glad I could help :)
User avatar

GK User
Thu May 31, 2012 4:05 pm
could you suggest me a good blog extension to integrate with your template, my site is www.weblogo.it

thank you
User avatar
Expert Boarder

Konrad M
Fri Jun 01, 2012 9:56 am
Standard joomla blog isn't enough for you ?
User avatar

GK User
Fri Jun 01, 2012 6:24 pm
i have added analytics from the template manager but it seems that it doesn't work...could i add directly in the index.php to test it?

thank you
User avatar
Expert Boarder

Konrad M
Mon Jun 04, 2012 10:42 am
Yes you can but no to index.php but in to /layouts/default.php
User avatar


cron