How to customize default phpbb bottom cookie bar?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
zorro100
Registered User
Posts: 12
Joined: Sat Oct 13, 2018 11:49 pm

How to customize default phpbb bottom cookie bar?

Post by zorro100 »

Hi,
I'm trying to change this default blue cookie bar on my forum. Any idea what kind of CSS code is responsible for that? I need to change bar color and text size.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: How to customize default phpbb bottom cookie bar?

Post by Lumpy Burgertushie »

for the background color try here:

overall_footer.html file look for this bit:

Code: Select all

"palette": {
					"popup": {
						"background": "#0F538A"
					},
					"button": {
						"background": "#E5E5E5"
					}
				},
popup background for the main bar color .


for the font size:
assets/cookieconsent/cookieconsent.min.css
find this:

Code: Select all

font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;
change the font size there.


be sure to download/upload the files using ftp only .
be sure to purge the cache and refresh your browser to see the changes.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
zorro100
Registered User
Posts: 12
Joined: Sat Oct 13, 2018 11:49 pm

Re: How to customize default phpbb bottom cookie bar?

Post by zorro100 »

Thx @Lumpy Burgertushie - works fine!
Post Reply

Return to “[3.2.x] Styles Support & Discussion”