Doh it's still blue.
Doh it's still blue.
Yay, it's working - thanks!!!
I'm look at the footer in screenshot above and wonder how custom images/icons can be used inside the footer?
when I try to drag image inside the nav element it won't let me
?
You need to select one of the default icons in tiggzi and then assign your custom icon/image using css like this example:-
[dsid=mobilenavbaritem13] .ui-icon {
background: url("path to image");
background-size: 36px 36px;
height: 36px !important;
margin-left: -18px !important;
margin-top: -2px !important;
width: 36px !important;
border-radius: 0px;
}
thank you Barbara
what size/resolution are your custom images inthe footer so they don't look fuzzy?
My images are 36px x 36px
and it all looks good for iphone4/iphone5 ? sharp edges, nothing fuzzy?
Sorry, I don't know, I don't have an iphone to test on