Rank: Newbie
Groups: Registered
Joined: 2/12/2020(UTC) Posts: 7 Location: SC Thanks: 4 times
|
How to change the font and size of the title?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Several ways to do that: Select your root view: Then edit the "Additional JavaScript" property to: Code:$(document).ready(function () {
$("#nav_button").css("color","red");
$("#nav_button").css("font-size","30px");
});
as nav_button is the title HTML element. OR you can also edit the partial View Template: Edit "Custom partial templates list", then set custom template text to "Report.iHeader", the title is around line 30. You can apply the modification to all reports if you change the related .cshtml file in the Repository Views folder.
|
1 user thanked epf for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.