Deals 1.1 Template
- Posted by andy (759) Offline
Esposito, in menu css please find these codes :
replace the background and border part into something like this :
Hope this helps
12 years 1 week ago #31
by andy
#tpwrapper-topmenu {
background: #309DCF;
margin: 0 auto 15px;
border-radius: 5px;
border: 5px solid #309DCF;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
replace the background and border part into something like this :
#tpwrapper-topmenu {
background: #309DCF;
margin: 0 auto 15px;
border-radius: 5px;
border: 5px solid #309DCF;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
Hope this helps
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
you can edit in css/bright.css
in this file, you will find several codes to modify the boxblue color (if you mean that module class suffix -boxblue):
and also you can edit the background for the title of module in this css codes
I hope it will help you
Regards
12 years 1 week ago #32
by ronysyz
in this file, you will find several codes to modify the boxblue color (if you mean that module class suffix -boxblue):
div.moduletable-boxblue {background-color:#309DCF;border: 1px solid #2B8AB5;}
div.moduletable-boxblue .modulcontent{ background-color: #309DCF;color:#fff;text-shadow:0 1px 0 #000;}
div.moduletable-boxblue .modulcontent * {color:#fff;text-shadow:0 1px 0 #000;}
and also you can edit the background for the title of module in this css codes
div.moduletable-boxblue h3, div.moduletable-blue h3 {
background-color: #2b8ab5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(43, 138, 181)), to(rgb(34, 122, 162)));
background-image: -webkit-linear-gradient(top, rgb(43, 138, 181), rgb(34, 122, 162));
background-image: -moz-linear-gradient(top, rgb(43, 138, 181), rgb(34, 122, 162));
background-image: -o-linear-gradient(top, rgb(43, 138, 181), rgb(34, 122, 162));
background-image: -ms-linear-gradient(top, rgb(43, 138, 181), rgb(34, 122, 162));
background-image: linear-gradient(top, rgb(43, 138, 181), rgb(34, 122, 162));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2b8ab5', EndColorStr='#227aa2');
border: none;
color: #fff;
text-shadow: 0 -1px 0 #333;
}
I hope it will help you
Regards
Please Log in or Create an account to join the conversation.
- Posted by Alfred (50) Offline
Thank you sikumbang and ronysyz for your help. I will work around the code to customize. Coming back to menu, can this superfish style supports add of graphic inside?.
Example:
Home | About us
|
| Image 250px
link
link
Talking about virtuemart, do you know how to change the basic icons that are displayed in the cart page when you see your processed order?. I tried to change graphics on vm images recipient, but i don't know why it does not work. many thanks
12 years 6 days ago #33
by Alfred
Example:
Home | About us
|
| Image 250px
link
link
Talking about virtuemart, do you know how to change the basic icons that are displayed in the cart page when you see your processed order?. I tried to change graphics on vm images recipient, but i don't know why it does not work. many thanks
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
can this superfish style supports add of graphic inside?.
Example:
Home | About us
|
| Image 250px
link
link
until this version, we can't do that, we just can add the image as icon for each menu item
Example:
:ICON:Home | :ICON:About us
:ICON: Menu Item
:ICON: Menu Item
Talking about virtuemart, do you know how to change the basic icons that are displayed in the cart page when you see your processed order?. I tried to change graphics on vm images recipient, but i don't know why it does not work. many thanks
did you clear your browser's cookies after you change that image?
Regards
Please Log in or Create an account to join the conversation.
- Posted by Juliano (2) Offline
The template does not work in explorer 8 ? The template is deformed in the explorer 8 !!!
12 years 2 days ago #35
by Juliano
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
@esposito, I didn't realize that you have replied to previous question, have your problem about VM basic icons is resolved?
@ultrabr
Can you let us know what is your IE8 problem with more detail?
Also can you please create a new thread / question instead of replying to this thread as any replies on this thread will send an email notification to thread started and it might be anoying the thread starter, in this case esposito. Thanks
12 years 2 days ago #36
by andy
@ultrabr
Can you let us know what is your IE8 problem with more detail?
Also can you please create a new thread / question instead of replying to this thread as any replies on this thread will send an email notification to thread started and it might be anoying the thread starter, in this case esposito. Thanks
Please Log in or Create an account to join the conversation.