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
Thanks
2 Questions Changing color on block titles
Re: 2 Questions Changing color on block titles
Hi
1. Go to
Find:
Replace with:
Open:
at the end insert this:
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.
1. Go to
root/ext/board3/portal/styles/prosilver/template/portal/modules/
open all html files in this directoryFind:
Code: Select all
{$TITLE}
Code: Select all
<span class="b3p-blocktitle">{$TITLE}<span>
root/ext/board3/portal/styles/dark_vision/theme/portal.css
at the end insert this:
Code: Select all
.b3p-blocktitle {
color: #ffa500;
}
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