I want the same white as near right
thank you
Also i want buttons that go from gray to black and white letters on the front.
Who can help me please?
I want the same white as near right thank you Also i want buttons that go from gray to black and white letters on the front. Who can help me please? http://www.busimatch.club ( The most exclusive business club) |
Use firebug to edit css and after apply to css in core template file. "Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
You can apply a gradient to the buttons. However, if you get into too specific of how I do it on some of this stuff, then that is going into custom coding. If you have not learned CSS, then study up on it. Turn off CSS caching in your admin so you can use Firebug, or inspect element and you can see the particular CSS class/id and the line number it is on in the stylesheet including the location of that stylesheet; either base template or custom template. Note, if you are going to be making a lot of changes, then copy UNI to a new name and create a new custom template. This will make it easier when you upgrade your site. Geeks, making the world a better place |
Yes, but i 0,00 in css, so wich css, and where. I ask to someone that can help me...
thanx in advance. http://www.busimatch.club ( The most exclusive business club) |
I want the same white as near right thank you Also i want buttons that go from gray to black and white letters on the front. Who can help me please? Find the code below in the template you are using. It should be in either common.css or general.css .disignBoxFirst {
background-color: rgba(255, 255, 255, 0.8);
Change it to this:
.disignBoxFirst {
background-color: rgba(255, 255, 255, 1);
Since your site has caching turned on, I can't tell you exactly where to find it. It would help others to advise you, if you were to turn off all caching.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
YOU NEED to go to this url and fill out their reclassification form for your site. global.sitesafety.trendmicro.com
You need to take this seriously because Trend Micro antivirus software reports your site as "Dangerous" and blocks it. Quite a few people have Trend Micro AV installed on their computers. Your site has been giving this warning for a LONG time. It will only take you 60 seconds to do what I suggest. I first told you about this in This Topic in July. That was three months ago. you should have gotten this Trend Micro thing cleared up by now. What are you waiting for? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Hi Houstonlively I did it, and i see that it's safe. I don't know why you say it's not. What must i do? Thank you. http://www.busimatch.club ( The most exclusive business club) |
The problem is that ALL boxes are white, in the front i do'nt want it. Only there in the backhand beacause i can't good see the text. http://www.busimatch.club ( The most exclusive business club) |
RE Hi Houstonlively I did it, and i see that it's safe. I don't know why you say it's not. What must i do? Thank you.
The reason you see the safe report, is because I got tired of waiting for you to submit your site for reclassification and did it myself on your behalf. You're welcome. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
RE: The problem is that ALL boxes are white, in the front i do'nt want it. Only there in the backhand beacause i can't good see the text.
Learn how to use Firebug for Firefox. There are plenty of Firebug tutorials on Youtube. If you are going to administer a website, you should at the very least, make an effort to learn css.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |