Universal CSS Navigation Menu Support Product Page

Answered

How to change font size / change font in menu design examples?

Asked 02 Feb 2012 11:52:41
1
has this question
02 Feb 2012 11:52:41 doug chin posted:
Hi, I am new to Dreamweaver etc and I have zero previous experience in web programming, so please forgive in advance. I'm using the CSS Nav Menu, and I'd like to be able to edit the examples of the design of the menus - namely to be able to make the font size larger, and to be able to change the font used as well.I have tried to find how to do this - I have seen on your 'how to' examples an 'Edit' button next to the designs (eg Apple Dark) but I can't seem to be able to access it.Also something else - this is probably 'finger trouble' on my part - I have been able to create a menu, and it appears ok in a test page and on a browser - but when I open the page in Dreamweaver, in the split / design view, Dreamweaver always crashes. It doesn't crash when I open the example file in code view. I have the details here if it helps -Problem signature: Problem Event Name: APPCRASH Application Name: Dreamweaver.exe Application Version: 11.5.1.5344 Application Timestamp: 4de739ac Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.17725 Fault Module Timestamp: 4ec49b8f Exception Code: c015000f Exception Offset: 00084621 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 3081 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789Read our privacy statement online: go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txtThanks in advanceDoug

Replies

Replied 02 Feb 2012 14:20:34
02 Feb 2012 14:20:34 Vulcho Vulev replied:
Hello Doug Chin and welcome to DMXZone support forums.

If you are receiving crashes on your DW probably clearing the DW cache file will fix the problem. You can see how to do it in the following article :

Clearing Dreamweaver's cache

Also Please take a look at the user manual of the extension , which will guide you through the User Interface and the available modifications of the extension:

Universal CSS Navigation Menu Manual

You can style the menu font-size and font if you open the following file located in the Styles folder in your site root:
..Styles/dmxNavigationMenu.css

and edit the following properties:

.dmxNavigationMenu * {
color: #fff;
font-family: Arial;
font-size: 12px;
}


Regards: V.Vulev
Replied 02 Feb 2012 20:23:41
02 Feb 2012 20:23:41 doug chin replied:
Thanks for that, much appreciated!

Reply to this topic