TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 468
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 100
  • Total: 100

Color of title for blocks

Started by keith021773, October 08, 2006, 03:09:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

keith021773

I did search for this but couldn't find what I was looking for.   Sorry if this is a repost of a question.

Is there a way to change the color of block titles?    I was thinking of red.   I tried to just use color changes like this.   But it didn't work?   Any ideas?

G6Cad

Style.css file for the theme you want to change the link colors to.

Look in there and laborate some :)

G6Cad

Laborate with this part of the code in your Style.css

/* Normal, standard links. */
a:link
{
   color: #476C8E;
   text-decoration: none;
}
a:visited
{
   color: #476C8E;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #000000;
   text-decoration: none;
}
a.nav:hover
{
   color: #cc3333;
   text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
   empty-cells: show;
}

keith021773

Don't laugh at me, but which one exactly in that code does the title bars?   :)

IchBin

Look for titlebg in your style.css file.

Amay_Zing

Is this for the 2 tone grey background in the block titles?  If it is I tried to change the colour in the style.css file ie in this part

* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
        background-color: #303030;
        font-weight: bold;
        color: #e0e0e0;
        font-style: normal;
        background-image: url(images/pod/titlebg.gif);

}
.titlebg a:hover, .titlebg2 a:hover
{

        color: #f0e080;


and I don't see what has changed  :-\

G6Cad

You have to clear your cache and do a hard refresh in order to see the changes, i have been foold many times with that  ;)

Amay_Zing


Amay_Zing

I have cleared the cache and hard refresh on FF and the blocks flash the colour I chose but then go back to grey.  I tried with IE7 but cannot find how to clear cache with this.

Amay_Zing

haha just found that I may not be able to do this because I am using Helios and there are images ie background-image: url(images/pod/titlebg.gif);

This website is proudly hosted on Crocweb Cloud Website Hosting.