font size link to photobook

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

font size link to photobook

Post by messmigoo »

Dear people,

Just a simple question. I can't find the css tag to change the font size of the links to a photobook: :?

http://www.gbsregenboog.nl/index.php?fotoboeken

Here is a link to the css:

http://www.dezehoeftnogniet-nl.nl04.mem ... pwcms.html

thanx in advance
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

hmmm... :roll: :roll:

you disabled the right mouse key, so how is there an easy and fast way to tell you ?
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

perhaps
.listEntry h3 a { font-size:400px;} :wink: in frontend.css (at the very beginning of yours)
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

Post by messmigoo »

Thanx Claus and DF6IH,

The problem is that I only have the rights of login in the backend. :? I can't ftp etcetera. So that's why I can't change the right mouse key.

greetz.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

I suppose that there is a bit of javascript sitting in the header of a template, reachable through backend>admin>templates>edit...
btw my FF doesn't care about your no-right-click! :wink:
And at the same place backend>admin>frontend.css where you can change your aforementioned styling...
claus
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Ha !

Since having a network here with UMTS (caused by no telekom dsl) i startedmy big machine, disabling java:



<div class="listEntry"><h3><a href="index.php?id=32,149,0,0,1,0">groep 3 t/m 8 naar de Efteling</a></h3></div>

in your frontend css:

Code: Select all

.listEntry h3 a {fontsize: 800px;}
SO to say claus was totally right :P
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

DF6IH wrote:Ha !

Code: Select all

.listEntry h3 a {fontsize: 800px;}
800px :shock:
Didn't dare to suggest that 8)
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

oke oke, 11 px

Post by messmigoo »

Thanx 4 help man.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

You're welcome! :)
Post Reply