Support » Themes and Templates » Tom…Edit font for Blog Name for Mandigo?

  • Hey Tom,

    I just looked through the CSS file…it seems the entire blogname can only have one font style?

    My blog name is kinda long and the current font makes it look kinda FAT, so I’m trying to have a slimmer font for different parts of the blogname.

    Is it possible to do that?

    Thanks & regards,
    Kai Wei

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Kai Wei,

    Try adding the following snippet into the first field on the HTML Inserts page:

    <style type="text/css">
    .blogname, .blogname a {
    	font-size: 2em;
    }
    </style>

    By the way, there’s already an option to do this: Theme Options > Header > “Reduce the blogname font size” (or something)

    Hope this helps!

    Hello Tom,

    I’m possibly too stupid. I want the blogname and the blogdec to show up in a a different color. I’ve checked “Add a drop shadow to blog name and description” in the options. I tried:

    <style type="text/css">
    .blogname, .blogname a, .blogdesc{
    	color: #f5893f;
    }
    </style>

    But the following happend: The black shadow of the blogname is now in that color. But I want the blogname in that color and leave the shadow as it is. And regarding the blogdesc, everything the shadow and the desc itself) is now in that color, but I want again just the desc in that color and leave the shadow as it is.

    Please can you help me? Thanks in advance.

    Patrick

    BTW: It’s a very very good theme. Thanks for that. I tried a lot, but this is by far the best!

    Patrick,

    The .blogname class is shared with the stroke/shadow elements. Try with these selectors instead:

    <style type="text/css">
    .blogname a, .blogname a:hover, .blogname a:visited {
    	color: #f5893f;
    }
    </style>

    Thank you!

    When I have a drop shadow setting enabled the above solution (plus ‘.blogdesc’ added to line 2 of the solution) works – except that the blog description text and the drop shadow on the blog description both change to the new color. It’s unreadable.

    Is there a way I can change the color of the description text without changing the color of the drop shadow?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tom…Edit font for Blog Name for Mandigo?’ is closed to new replies.