Change color and font

Started by ForumMix, October 31, 2014, 01:26:46 PM

Previous topic - Next topic

ForumMix

Hi,

I have been looking now for quite a while after being able to change the font that appears on this image.

Can anyone say where it is, and preferably migg which line. The theme that I use called Whitebox

Thanks for the reply.

kat

Just downloaded that theme and had a look. I can't see an image, saying "Information"...

Got a URL where we can see it, in-situ?


kat

A link to the theme being used on your forum. As I said, I downloaded the theme and that image isn't in it.

Gwenwyfar

I imagine he took a screenshot of the word he wants to change... a full screenshot or link to actual forum would be more useful. We can't help you change it if we don't know what to change.
"It is impossible to communicate with one that does not wish to communicate"

kat

Not a screeny of the unmodified theme, coz that simply isn't there, as an image. I looked at every image that the theme has, too.

It ain't there, Guv. :)


kat

Ah. Not just that, then. All of the board titles, yes?

kat

If so... I believe that this section if index.css (In the "css" directory) sets that.

/* the board title! */
.table_list tbody.content td.info a.subject
{
font-weight: bold;
font-size: 110%;
}


As there's no font specified, you could simply add it, I think.

Something like:

/* the board title! */
.table_list tbody.content td.info a.subject
{
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 110%;
}


or whatever floats your boat.

Make sure you pick a font that everyone has on their HD, or it won't show it.

ForumMix

It applies to all blue text that I want black instead. I will explore this on my demo version.

kat

The colour will be in there, too. It'll be in HEX, probably.

color: #444 ?

ARG01

Quote from: ForumMix on October 31, 2014, 02:10:58 PM
It applies to all blue text that I want black instead. I will explore this on my demo version.

For the most part the blue text resides under;

a:link, a:visited {
    color: #0071b7;
    text-decoration: none;
}


and;

a:hover {
    color: #004d7c;
    cursor: pointer;
    text-decoration: underline;
}
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Advertisement: