Hi.
I'm trying to modify the size of the guestbook form and make the text a bit smaller. I have read in the forum that I can add a user.css or custom.css.
The problem is i dont know where in the filesystem to place the css files... I'm using Joomla 4 and Phoca Guestbook 4.0.4.
Any sugestions? Tnx in advance.
custom.css or user.css?
- Benno
- Phoca Hero
- Posts: 9428
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: custom.css or user.css?
Hi,
this depends on the used frontend template.
See: https://www.phoca.cz/documentation/86-j ... g-user-css
Kind regards,
Benno
this depends on the used frontend template.
See: https://www.phoca.cz/documentation/86-j ... g-user-css
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 2
- Joined: 20 Sep 2023, 16:47
Re: custom.css or user.css?
Tnx for reply.
So, if i put this text in my joomla frontend user.css i should see any results (Found this in another thread):
#jform_guestbook_title, #jform_guestbook_username, #jform_guestbook_email {
width: 25%;
}
Am i missing something in the css tag?
So, if i put this text in my joomla frontend user.css i should see any results (Found this in another thread):
#jform_guestbook_title, #jform_guestbook_username, #jform_guestbook_email {
width: 25%;
}
Am i missing something in the css tag?
-
- Phoca Hero
- Posts: 2814
- Joined: 28 Nov 2010, 17:20
Re: custom.css or user.css?
If you mean the content box only, try this:
Code: Select all
textarea#jform_guestbook_content.inputbox {
width: 500px !important;
}
Christine
Hi Benno