custom.css or user.css?

Phoca Guestbook - creating guestbooks in Joomla! CMS
Spiraliz
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Sep 2023, 16:47

custom.css or user.css?

Post by Spiraliz »

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.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9122
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: custom.css or user.css?

Post by Benno »

Hi,
this depends on the used frontend template.
See: https://www.phoca.cz/documentation/86-j ... g-user-css

Kind regards,
Benno
Spiraliz
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Sep 2023, 16:47

Re: custom.css or user.css?

Post by Spiraliz »

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?
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: custom.css or user.css?

Post by christine »

Spiraliz wrote: 20 Sep 2023, 19:16 I'm trying to modify the size of the guestbook form and make the text a bit smaller.
If you mean the content box only, try this:

Code: Select all

textarea#jform_guestbook_content.inputbox {
width: 500px !important;  
}
Kind regards
Christine
Hi Benno :)
Post Reply