News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

How to put the page names more largest ? [delete other one, was not right board]

Started by SkzlN, December 03, 2016, 04:12:23 PM

Previous topic - Next topic

SkzlN

P.s : delete this topic, i was wrong discussion! [STAFF] http://www.simplemachines.org/community/index.php?topic=550315.msg3901566#msg3901566








Hello y'all! i would like to know how to modify the specific size on a theme :)
the theme i use is ornament, my forum link is dark-killers.net
i want to change Home Admin Moderate Profile My Messages Staff List Members Logout to -> HOME ADMIN MODERATE PROFIL MY MESSAGES STAFF LIST MEMBERS LOGOUT , i want that bcs i want these texts got at the center and not too up :) thank you all <3


Sir Osis of Liver

The $txt[] variables for menu buttons are in index.english.php.  They're called from the buttons array in Subs.php -



// All the buttons we can possible want and then some, try pulling the final list of buttons from cache first.
if (($menu_buttons = cache_get_data('menu_buttons-' . implode('_', $user_info['groups']) . '-' . $user_info['language'], $cacheTime)) === null || time() - $cacheTime <= $modSettings['settings_updated'])
{
$buttons = array(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
),
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
),
),


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

SkzlN


Sir Osis of Liver

index.css -



.dropmenu a span
{
display: block;
padding: 0 0 0 5px;
font-size: 0.9em;
}


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

SkzlN


Sir Osis of Liver

That's from default Curve, you need to edit the css for Ornament theme.  Crip usually added his custom css at the end of the file.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

SkzlN

Quote from: Sir Osis of Liver on December 03, 2016, 05:22:08 PM
That's from default Curve, you need to edit the css for Ornament theme.  Crip usually added his custom css at the end of the file.

Are you know where on the css of this Ornament theme i can find it? bcs at the end! alot of thing is there! so i can't find it! if you know anything about, tell me please! thank you!

Dzonny

Line 3653:

#topnav li a {
    color: #afac83;
    font-size: 0.9em;
    line-height: 37px;
}


Advertisement: