logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Roberto  
#1 Posted : Thursday, February 13, 2020 7:37:08 PM(UTC)
Roberto

Rank: Newbie

Groups: Registered
Joined: 2/12/2020(UTC)
Posts: 7
Brazil
Location: SC

Thanks: 4 times
How to change the font and size of the title?
epf  
#2 Posted : Friday, February 14, 2020 7:51:38 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 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.
thanks 1 user thanked epf for this useful post.
Roberto on 2/14/2020(UTC)
Users browsing this topic
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.