Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

browse font

Post Reply
sabgto
Posts: 1
Joined: Mon Oct 27, 2014 1:54 am

browse font

Unread post by sabgto »

Is it posible to have a spesific browse with a diferent font? I Need a browse with a big font but just in one browse.
I can change .nuBrowseCell/font-size at system setup/header but it changes the font in all the browsers. I need just one browse to be changed.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: browse font

Unread post by massiws »

sabgto,
have a look at this post.
Edit nubrowse.js like described and insert this in System Setup -> Header:

Code: Select all

#form_5407b3d9a70f6c1 #nuBrowseTabAreaHolder .nuBrowseCell {
    font-size: 22px !important;
}
Change '5407b3d9a70f6c1' with you form ID.

Max
Post Reply