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.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
browse font
-
- Posts: 503
- Joined: Thu May 24, 2012 2:08 am
- Location: Milan, Italy
- Contact:
Re: browse font
sabgto,
have a look at this post.
Edit nubrowse.js like described and insert this in System Setup -> Header:
Change '5407b3d9a70f6c1' with you form ID.
Max
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;
}
Max