eon
MemberForum Replies Created
-
I just see that you can set the menu, and it’s better. I work now in the CSS.
Sorry, in fact it’s the widget jQuery Vertical Mega Menu.
But perhaps do you know anyway how to do ?
It’s OK. Thank you !
Ok this time :
Solution here : http://www.wordpress-fr.net/support/viewtopic.php?pid=353602#p353602.
filter:none !important;
is the good rule to not have image in background.
Thank you.
Resolved
Aïe, I just saw that important! does not work with internet explorer.
Yes !
It works. Thank you.
Quote:I don’t recall the exact code, but try something like this:background: url(none)
Just background: none; will do.
No it does not work.
Nor
background: url(none).
Quote:With this code the entire button disappear. I juste want to delete the styles, as image-background…The class is “more-link block-button”.
My code is
.block-button,
.block-button:visited,
.Button,
.button,
#commentform #submit {
/* background: url(images/bg-block-button.png) left bottom repeat-x #1C5FA5;
background: -moz-linear-gradient(#2982C5, #1C5FA5);
background: -webkit-linear-gradient(#2982C5, #1C5FA5);
-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’#2982C5′, EndColorStr=’#1C5FA5′)”;
background: linear-gradient(#2982C5, #1C5FA5);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 5px #555;
-webkit-box-shadow: 0 0 5px #555;
box-shadow: 0 0 5px #555;
text-shadow: 0 -1px 0 #16497E;
border: 1px solid #1C5FA5;*/
color: #fff;
cursor: pointer;
display: block;
float: right;
font: 12px “Lucida sans Unicode”;
margin: 0 5px 5px;
padding: 5px 15px 6px;
position: relative;
text-decoration: none;
}
.block-button:hover,
.button:hover,
#commentform #submit:hover {
/* background: url(images/bg-block-button-hover.png) left bottom repeat-x #1C5FA5;
background: -moz-linear-gradient(#2982C5, #15467A);
background: -webkit-linear-gradient(#2982C5, #15467A);
-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’#2982C5′, EndColorStr=’#15467A’)”;
background: linear-gradient(#2982C5, #15467A); */
color: #fff;
cursor: pointer;
text-decoration: none;
}
but i have always the image background.
In the options, i have this :
Bloc Boutons
Bloquer Bouton Aperçu Label Bouton
Couleur Fond Bouton Effacer
Couleur Label Bouton Effacer
Ombre Texte Label Bouton Effacer
Ombre de la boite boutton Effacer
So i can modify the colors but i can-t delete the background image
With this code the entire button disappear. I juste want to delete the styles, as image-background…
The class is “more-link block-button”.
My code is
.block-button,
.block-button:visited,
.Button,
.button,
#commentform #submit {
/* background: url(images/bg-block-button.png) left bottom repeat-x #1C5FA5;
background: -moz-linear-gradient(#2982C5, #1C5FA5);
background: -webkit-linear-gradient(#2982C5, #1C5FA5);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2982C5', EndColorStr='#1C5FA5')";
background: linear-gradient(#2982C5, #1C5FA5);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 5px #555;
-webkit-box-shadow: 0 0 5px #555;
box-shadow: 0 0 5px #555;
text-shadow: 0 -1px 0 #16497E;
border: 1px solid #1C5FA5;*/
color: #fff;
cursor: pointer;
display: block;
float: right;
font: 12px "Lucida sans Unicode";
margin: 0 5px 5px;
padding: 5px 15px 6px;
position: relative;
text-decoration: none;
}
.block-button:hover,
.button:hover,
#commentform #submit:hover {
/* background: url(images/bg-block-button-hover.png) left bottom repeat-x #1C5FA5;
background: -moz-linear-gradient(#2982C5, #15467A);
background: -webkit-linear-gradient(#2982C5, #15467A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2982C5', EndColorStr='#15467A')";
background: linear-gradient(#2982C5, #15467A); */
color: #fff;
cursor: pointer;
text-decoration: none;
}but i have always the image background.
Viewing 9 posts - 1 through 9 (of 9 total)
