Advertise Here

Author Topic: is there a way to...........  (Read 2220 times)

0 Members and 1 Guest are viewing this topic.

Offline clairebear

  • SMF For Free Master
  • *
  • Posts: 1019
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Fifth year Anniversary Search Level 5 1000 Posts Poll Voter
is there a way to...........
« on: May 21, 2010, 06:54:51 am »
make the catergory font bigger?
www.teardrop.mysmf.com

A support forum for support in loss from early miscarriage to five years.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: is there a way to...........
« Reply #1 on: May 21, 2010, 08:33:28 am »
Modify the css.   
Admin CP Manage Styles Guide


Find:

Code: [Select]
.catbg, .catbg2
{
     font-weight: bold;
}

Replace with:

Code: [Select]
.catbg, .catbg2
{
     font-weight: bold;
     font-size: 14px;
}

Change 14px to the font size you want.

Moved to Stylesheet Help Board

Offline clairebear

  • SMF For Free Master
  • *
  • Posts: 1019
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Fifth year Anniversary Search Level 5 1000 Posts Poll Voter
Re: is there a way to...........
« Reply #2 on: May 30, 2010, 06:36:07 am »
thank you
found this through my last topics
www.teardrop.mysmf.com

A support forum for support in loss from early miscarriage to five years.

Offline clairebear

  • SMF For Free Master
  • *
  • Posts: 1019
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Fifth year Anniversary Search Level 5 1000 Posts Poll Voter
Re: is there a way to...........
« Reply #3 on: May 30, 2010, 06:40:53 am »
do i change the font by writing under it
.catbg, .catbg2
{
     font-weight: bold;
     font-size: 14px;
     font face: edwardian
}
www.teardrop.mysmf.com

A support forum for support in loss from early miscarriage to five years.

Offline Nutz

  • Style Designer
  • *
  • Posts: 442
  • Location: Maui
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Apple User Mobile User Poll Starter Poll Voter Level 4
Re: is there a way to...........
« Reply #4 on: May 30, 2010, 02:54:43 pm »
An alternative, say if you only wanted to increase the font size of just one category is to go to the boards section of your control panel, and where it says to modify category;

<font size= 13px> Title of Category </font>

you can manipulate it many ways;

<center>Title of Category</center>
<font color= red> Title of Category</color>
etc, etc
« Last Edit: May 30, 2010, 02:59:34 pm by Nutz »