2 Questions Changing color on block titles

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Neves
Active Member
Posts: 30
Joined: 15. February 2019 18:07
phpBB.com User: Neves Projects
Contact:

2 Questions Changing color on block titles

Post by Neves »

Hi,
1- Where can I change the font color in board block titles in dark vision?
and
2- The size of board block links ?
please see pic
Image

Thanks
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: 2 Questions Changing color on block titles

Post by Kirk »

Hi
1. Go to root/ext/board3/portal/styles/prosilver/template/portal/modules/ open all html files in this directory
Find:

Code: Select all

{$TITLE}
Replace with:

Code: Select all

<span class="b3p-blocktitle">{$TITLE}<span>
Open: root/ext/board3/portal/styles/dark_vision/theme/portal.css
at the end insert this:

Code: Select all

.b3p-blocktitle {
	color: #ffa500;
}
Change the color to your liking.

In the end "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.

2. The size of the links results from the link text.
Gruß Udo

Topic author
Neves
Active Member
Posts: 30
Joined: 15. February 2019 18:07
phpBB.com User: Neves Projects
Contact:

Re: 2 Questions Changing color on block titles

Post by Neves »

Thank you
Post Reply

Return to “Styles Support”