News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

How to change forum title text color?

Started by pixelnoah, May 19, 2023, 01:51:37 AM

Previous topic - Next topic

pixelnoah

I saw this post: https://www.simplemachines.org/community/index.php?topic=281064.0
but it is outdated. I checked index.css but I saw nothing related to the forum title.

Speed King

In index.css file

Find:

/* The main title. */
h1.forumtitle {
  font-size: 1.8em;
  font-family: "Tahoma", sans-serif;
  padding: 22px 12px 6px 10px;
  font-weight: normal;
  flex: 1 1 auto;
}
h1.forumtitle a {
  color: #a85400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

Replace color code with desired.

pixelnoah

Quote from: Speed King on May 19, 2023, 02:14:42 AMIn index.css file

Find:

/* The main title. */
h1.forumtitle {
  font-size: 1.8em;
  font-family: "Tahoma", sans-serif;
  padding: 22px 12px 6px 10px;
  font-weight: normal;
  flex: 1 1 auto;
}
h1.forumtitle a {
  color: #a85400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

Replace color code with desired.
Sorry, mistake on my part. I use FTP in the browser and it couldn't find forumtitle but using a text editor, it found forumtitle

Advertisement: