Sliding Billboard Support Product Page

Resize buttons for the Section Nav

Asked 09 Jan 2011 19:42:32
1
has this question
09 Jan 2011 19:42:32 Dave Lipscombe posted:
I would like to make these buttons a little taller during the active and hover state. How do I go about doing that.

Replies

Replied 10 Jan 2011 10:53:21
10 Jan 2011 10:53:21 Miroslav Zografski replied:
Hello Dave,

You can set a CSS style like following:
.name_of_the_style .dmxBillboardSectionNav a:hover,
.name_of_the_style .dmxBillboardSectionNav a.selected, 
.name_of_the_style .dmxBillboardPageNav a:hover, 
.name_of_the_style .dmxBillboardPageNav a.selected {
     font-size:14px !important;
}

in your page.
This will change the text size as well as the dimensions of the button to fit the Text. It will change also the paging number - if you don't want to change it remove :
.name_of_the_style .dmxBillboardPageNav a:hover, 
.name_of_the_style .dmxBillboardPageNav a.selected

from the above CSS definition.

Regards,

Reply to this topic