16-Jan-2014 18:36
16-Jan-2014 21:31
There is no customization tool or menu.
All You can do is change css, html code in apm.css manually.
in customization >> advance >> edit mode:advance >> Access profile : common >> apm_full.css (apm_mobile.css if using mobile too)
edit code in tablepage_header
ps. If anyone have easier method please tell me T-T
16-Jan-2014
21:34
- last edited on
21-Dec-2022
12:47
by
JRahm
This is mine (It's gradient, you can change value in background to take effect)
tablepage_header {
/*width: %[page_width];*/
width: %[page_width];
/*width: 1367px;*/
/*width: %[form_width]*/
/*min-width: %[page_width];*/
height: 80px;
background-repeat: repeat-x;
/*background-color: FFFFFF;*/
/*background-image: url(/public/images/my/header-transient.png);*/
background: 175cad; /* Old browsers */
background: -moz-linear-gradient(top, 175cad 0%, 2465b1 8%, 3e77bb 20%, 6290c7 33%, b7cce6 62%, e2eaf5 79%, fbfbfe 93%, fcfcfe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,175cad), color-stop(8%,2465b1), color-stop(20%,3e77bb), color-stop(33%,6290c7), color-stop(62%,b7cce6), color-stop(79%,e2eaf5), color-stop(93%,fbfbfe), color-stop(100%,fcfcfe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* IE10+ */
background: linear-gradient(to bottom, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='175cad', endColorstr='fcfcfe',GradientType=0 ); /* IE6-9 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='175cad', endColorstr='fcfcfe',GradientType=0 ); /* IE6-9 */
/*non-msie: page_alignment */
clear: both;
margin-left: auto;
margin-right: auto;
float: %[page_alignment];
display: block;
}
11-Dec-2014
11:11
- last edited on
21-Dec-2022
12:49
by
JRahm
We had just opened a Case for this one. Here's the official answer:
BEFORE: background-image: url(/public/images/my/header-transient.png); AFTER: /* background-image: url(/public/images/my/header-transient.png);*/
I hope that helps, everyone! Feel free to mark this as the answer if this helps!
-Cory