Lefora Free Forum
Loading
215 views

If you do not want a color box around your title.

Page 1
(items) 1–5 of 5
Superstar - member
580 posts

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:

#forum_title {background-color:transparent;}

and for the description:

#forum_description {background-color:transparent;}
See below.

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
guest
524 posts

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?

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Superstar - member
580 posts

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!

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
guest
524 posts

Yep that did the trick :) No need to be sorry, am very obliged for the tip.

Code now reads

#forum_description {
display:inline;
color:#FFFF00;
background-color:#000000;
font-size:16px;
}

And result is:

__________________
Always remember you're unique. Just like everyone else.... www.fiftyplusforum.co.uk
Superstar - member
580 posts

Glad it worked for you.

I see the Lefora folk have been doing some spruce up of the Support Forum. I like the blue Tabs and lettering. Nice job whoever is behind it.

__________________
Learn Linux in your spare time! Start now on a exciting future where the pay and prestige is unlimited. suseunbound.lefora.com/
Page 1
(items) 1–5 of 5

Locked Topic


You must be a member to post in this forum