Deals 1.1 Template

Esposito, in menu css please find these codes :
#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
11 years 5 months ago #31 by andy

Please Log in or Create an account to join the conversation.

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):
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
11 years 5 months ago #32 by ronysyz

Please Log in or Create an account to join the conversation.

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
11 years 5 months ago #33 by Alfred

Please Log in or Create an account to join the conversation.

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
11 years 5 months ago #34 by ronysyz

Please Log in or Create an account to join the conversation.

The template does not work in explorer 8 ? The template is deformed in the explorer 8 !!! :(
11 years 4 months ago #35 by Juliano

Please Log in or Create an account to join the conversation.

@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
11 years 4 months ago #36 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum