EDITING ACTIONS MENU FONT SIZE

Hi

 

Does anyone know where do i go to edit the font size of the text in the actions Menu ????

 

 

Quote · 30 Jul 2008
Profile page actions block links got styles from

.menuLinkBlock {general.css (line 1105)
font-size:18px;
}

For Events

font-size:16px;
font-weight:bold;
}

For Ads
font-size:16px;
font-weight:bold;
}

.. I recommend you install FF + Firebug plugin to inspect any elements itself ;)
Quote · 31 Jul 2008

general.css and anchor.css are Major elements of Style for UNI Template. TO edit Admin --> Settings --> CSS Style Editor FYI --> If you do not have your CSS chmod to Read/Write you can NOT use the Admin Dashboard CSS Editor.

Quote · 31 Jul 2008

is there a way to make the actions menu into two columns?

e.g:

send letter       - fave
Greeting          - befriend
profile photos   - share
profile music    - report
profile videos   - block

(and edit/remove the links like get email...)

Quote · 14 Sep 2008

The code for action menu column width is here:

profile_view.css located in your templates/tmpl_uni/css folder

.menu_item_block_left, .menu_item_block_right

115{
116 position: relative;
117 float: left;
118 width: 200px;

change the width to something smaller and you will get more room for your columns.

Firebug is your friend for finding these little tweaks!
Quote · 29 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.