Customizing SMF > Graphics and Templates

heading and shrink button customization

(1/1)

MoinFaraz:
Hello all,

I am looking to resize heading font and remove the shrink button next to it.

I tried doing it by modifying style sheet, but it resulted in lower heading size for all links on page (all anchors)

Also, the shrink button next to heading doesn't looks good and i am looking to remove it from the header.

Any guidance would be much appreciated.  :)

*Forum is in my signature.

ApplianceJunk:

--- Quote ---Also, the shrink button next to heading doesn't looks good and i am looking to remove it from the header.

--- End quote ---

Like this?

http://www.simplemachines.org/community/index.php?topic=450369.0

ApplianceJunk:

--- Quote ---I am looking to resize heading font

--- End quote ---

Maybe here?

Themes/default/css/index.css


--- Code: ---/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 0;
padding: 0;
float: left;
}

--- End code ---

MoinFaraz:

--- Quote from: ApplianceJunk on May 31, 2012, 11:44:08 PM ---
--- Quote ---Also, the shrink button next to heading doesn't looks good and i am looking to remove it from the header.

--- End quote ---

Like this?

http://www.simplemachines.org/community/index.php?topic=450369.0

--- End quote ---

Sorry about late response  :P

I am currently on SMF 2.0.2, and the code mentioned in the above link doesn't exits in my index.template


--- Quote from: ApplianceJunk on May 31, 2012, 11:49:06 PM ---
--- Quote ---I am looking to resize heading font

--- End quote ---

Maybe here?

Themes/default/css/index.css


--- Code: ---/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 0;
padding: 0;
float: left;
}

--- End code ---

--- End quote ---

And nope :( ... tried changing both line-height and font-size with no luck.

Runic:
can you please post your index.template.php for the theme you are modifying.  I will mark this as solved until you do :)

Navigation

[0] Message Index

Go to full version