Проблема - gallery title PG 4.5.Alpha2

Phoca Templates - templates for Joomla! CMS
vladmor
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 12 May 2021, 14:58

Проблема - gallery title PG 4.5.Alpha2

Post by vladmor »

Hello!
I work with com_phocagallery_v4.5.0Alpha2.zip and joomla 4.
How can I change the gallery title color to white in the Simple - Phoca Gallery 4.5 theme when I bring up the "Category List (View Categories)" menu.
In my joomla template, the title and links are displayed in dark red, and the visited link in dark gray. Therefore, they are not visible against the background of the picture.
I want to display the title and links in white (lighter and darker).
Sincerely, Vladimir.
Last edited by christine on 12 Sep 2021, 12:08, edited 1 time in total.

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Проблема

Post by christine »

Hi Vladimir,

If you mean the title in the box, try following:

Code: Select all

.pg-category-box-title a {
color: #fff !important;  
}
To be able to say more, we would need a live link.

I have added title of your post.

Kind regards
Christine
vladmor
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 12 May 2021, 14:58

Re: Проблема - gallery title PG 4.5.Alpha2

Post by vladmor »

Thanks for the quick response. Everything worked out.
Sincerely, Vladimir.
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Проблема - gallery title PG 4.5.Alpha2

Post by christine »

That's fine.
Kind regards
Christine
Post Reply