Search…

X3 Photo Gallery Support Forums

Search…
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

changing font

12 Nov 2009, 08:38

hi I have few questions
1 I want to change font color etc. on my start page http://www.albertobernasconi.com/#/content/start/. can I make this page as home page, hide gallery manu and use albertophotographer as link for the gallery

2 how do I change the font , color , of the folder of the menu gallery?
is possible to have a different font , size, for each folder? i try to understand it throw imagevue.css but i Haven't

3how do I delete the numbers of file I have besides the name of the folders

thanks a lot
a.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 Nov 2009, 10:54

1. ALL font styles are set with your theme CSS stylesheet file. Read more here:
viewtopic.php?t=4270

I dont think it is a good idea to use that as a startpage. You can hide the menu, and get the user to click the link to start the gallery, but then you wont get the menu to display again - Hiding it will hide it globally. If you really need a splash page(do your really?), then best is to make your own splashpage in a file "index.html".

2. Same as above - Please read the post in that link that explains how to change ANY font/text in the gallery.

3. To delete the numbers in the tooltip, you use the same CSS stylesheet as above, and set:
Code
.mainmenu_amount{
	display: none;
}
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

12 Nov 2009, 11:12

mjau-mjau wrote:1. ALL font styles are set with your theme CSS stylesheet file. Read more here:
viewtopic.php?t=4270

Iread that , but I did not understand it . is there a way I can see some examples

I dont think it is a good idea to use that as a startpage. You can hide the menu, and get the user to click the link to start the gallery, but then you wont get the menu to display again - Hiding it will hide it globally. If you really need a splash page(do your really?), then best is to make your own splashpage in a file "index.html".

2. Same as above - Please read the post in that link that explains how to change ANY font/text in the gallery.

3. To delete the numbers in the tooltip, you use the same CSS stylesheet as above, and set:
Code
.mainmenu_amount{
	display: none;

where do I find it ?


thanks a lot
a.
}
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

12 Nov 2009, 12:21

1 how do I change the text of the writing "galery menu"?
thanks

2 IHAVE THIS SETTING, but main menu and folder title are the same.

.mainmenu {
font-size: 15px;
font-family: arial;
font-weight: bold;
}
.folderdescription_title {
font-size:5px;
leading:5px;
color: #00000;
font-style: normal;
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

13 Nov 2009, 06:05

alberto wrote:1 how do I change the text of the writing "galery menu"?
thanks

2 IHAVE THIS SETTING, but main menu and folder title are the same.

.mainmenu {
font-size: 15px;
font-family: arial;
font-weight: bold;
}
.folderdescription_title {
font-size:5px;
leading:5px;
color: #00000;
font-style: normal;
please can anybody help me?
thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Nov 2009, 00:10

I think you are missing the concept a bit -

.mainmenu - This setting set styles for ALL items in the menu. They can be changed by setting styles on the individual classes of course.

.mainmenu_menubutton - This is the class for controlling the "Gallery Menu" text.

.folderdescription_title - This is the class for the folder DESRIPTION that appears above thumbnails ... Not sure why you are editing this.

As mentioned earlier, you will find a good Imagevue CSS stylesheet overview here
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

15 Nov 2009, 10:11

Karl,
I' m surely missing the concept more than a bit. let's say it's a question of language, and english is not my mother tongue. still haven't understand how do I change the font of mainmenu botton , or folderdescription title Idon't know how it is called ( the written portrait, architecture, pictures3 etc), and if I can set different font or size for each button , or written or folder ...( example portrait font 10, architecture font5, contact font 15 etc.).

and still haven't uderstand how to change "gallery menu" text into " photos" for examples
thanks for your patience
a.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

16 Nov 2009, 04:09

Alberto, to change the TEXT itself, you need to edit your language file. Go to admin -> languages -> italian -> Find "mainmenu" and change it.

As specified earlier, ALL styles are set with the CSS file of your theme. As I pointed out in my last post, you need to locate your stylesheet in your theme(which is explained in that link), and I also listed the classes you need to change.

I am not sure what you mean "portrait font 10" and "architecture font5" - What does that mean? You set styles for the text items in the gallery. Why would you want to change the font style for each button? You can chang font styles for DIFFERENT items, for example folders, folders with content, textpage menu items etc. I dont know how better to explain it that in that link I gave you about CSS - Have you used CSS before?
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

16 Nov 2009, 07:04

I meant the written "portrait" with a font 15 e maybe "contact", or "text" or "about" in a different one like 5
please can you tell me if this is possible??
thanks
a.
never used css before