If you do not want a color box around your title.
Using the example of Lefora Support>Headlines Image you will note that a black outline of the Title and description exists. If you prefer to have your Title Text to be over without blocking part of the image place into your css for title:
and for the description:
Matt, the transparency is the default. I wanted to change mine to black and used the code:
#forum_description {
color:#FFFF00;
background-color:#000000;
font-size:16px;
}
The end result is that the black background goes all the way accross.
Is there a way to limit it to ONLY where the text is present?
Sorry for the Tip if that is the case although it can work in reverse for adding a color background. I believe that if you add to the description section.
display:inline;
It should limit it. Hope that works!
Locked Topic
You must be a member to post in this forum