Hi
Maybe some one can help me im trying to customzie my join form in the spalsh page but im having little bit problem maybe some one know how to do it
what im trying to do is to remove the backgound from the join page so its just going to be the felids and text with no white background does anyone know how to do it
and also if i can make its smller
my site is thevortex.co
im runing on 7.1.4
thank you
Danny
|
|
you're asking for a bit too much... ManOfTeal.COM a Proud UNA site, six years running strong! |
in your css files look for this
.disignBoxFirst {
position: relative;
background-color: rgb(250,250,250);
background-color: rgba(255,255,255,0.8);
}
remove the background-color
|
in your css files look for this
.disignBoxFirst {
position: relative;
background-color: rgb(250,250,250);
background-color: rgba(255,255,255,0.8);
}
remove the background-color
That will affect every designbox one on the entire site, not just the join form.
Geeks, making the world a better place |
How about changing it to a design box 0 for that page?
Or a person could create another design box with transparent background and keep the borders.
|
thanks for every one getting back to me
is there anyway to do it just for the join box or it would affect all my design boxes ?
what css file am i looking for what page ?
Danny
|
thanks for every one getting back to me
is there anyway to do it just for the join box or it would affect all my design boxes ?
what css file am i looking for what page ?
Danny
As UnderDog said, you need to create a new design box; use the magnifying glass above and enter search terms such as "create a new design box" as this has already been answered. Then when you create your new designbox, you create CSS just for that design box.
Then you need to assign that design box to the join form box. Search again for how to do that.
Geeks, making the world a better place |
in your css files look for this
.disignBoxFirst {
position: relative;
background-color: rgb(250,250,250);
background-color: rgba(255,255,255,0.8);
}
remove the background-color
That will affect every designbox one on the entire site, not just the join form.
Yeah that's correct just pointing where to solved the problem for a start, I think it requires more template file and css modification.
|
Here's something easy for you-
Buy Deano's Block Tools- Best $15 you ever spent :)
Among a few other awesome tools, you can easily change design boxes without going into the database and doing it manually.
You can easily change the JOIN Form Block to design box 0.....or any other design box you have. (See DeanosBlock Tools.jpg attached) Here is were you can find that mod- Deano's Block Tools
If you want to try a few other design boxes, I've attached a few that you can upload to your site and see what you like.
Make sure there are not already design boxes there with the same name...(designbox_25.html, designbox_26.html, designbox_28.html, designbox_30.html).
You would want to upload the design boxes to the /templates/base/ directory...and the votexbox-bg4.png would need to be uploaded into the /templates/base/images directory.
|
Yes, Block Tools is a handy little gadget to have on a Dolphin site.
I will add one more thing to UnderDog's post. To create CSS just look at the existing CSS for designboxFirst and copy it renaming to your design box as included in the html files. You don't have to have headers on your boxes, Designbox 0 is a Dolphin designbox without a header.
Geeks, making the world a better place |