V1.7 Website Translator (2.0.1)

apllapll

Member
XNullUser
Joined
Apr 10, 2020
Messages
270
Reaction score
1
Points
18
NullCash
0
Me too looking for this heyy
 

HelenaWitches

Member
XNullUser
Joined
Jan 24, 2021
Messages
297
Reaction score
6
Points
18
NullCash
0
Just use free modul prestashop google translate and custum hook css :
body {
top: 0px !important;
}
.goog-te-gadget-icon{
display: none!important;
}
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
body,td,th {
color: #c29958;
}
.goog-te-gadget-simple {
background-color: #c29958;
border-left: 1px solid #c29958;
border-top: 1px solid #c29958;
border-bottom: 1px solid #c29958;
border-right: 1px solid #c29958;
font-size: 10pt;
display: inline-block;
padding-top: 1px;
padding-bottom: 2px;
cursor: pointer;
zoom: 1;
*display: inline;
border-radius: 10px;
color: white;
height: 25px;
}
.goog-te-gadget-simple .goog-te-menu-value span {
color: #fff;
vertical-align: 16px;
}
.goog-te-menu-value span:nth-child(3)::after {
font-family: "Material Icons";
content: "";
font-size: 1.5rem;
vertical-align: -6px;
}
.goog-te-menu-value span:nth-child(5) {
display: none;
}

.goog-te-menu-value::before {
font-family: "Material Icons";
content: "";
margin-right: 16px;
font-size: 1.5rem;
vertical-align: 10px;
}
.goog-text-highlight {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
.col-sm-2 {
float: right;
width: 20%!important;

}
#google_translate_element{
float: right;
margin-top: 3px;
}
@media (max-width: 992px) {
.hidden-md-down {
display: block!important;
}
.mobile hidden-lg-up.blockcart .button_cart a.desktop, .blockcart .button_cart a.mobile {
display: none;
}
#header .header-top {
display: none!important;
}
}
Very good and Pro without google bar in up ;-)
 

IMP20

Member
XNullUser
Joined
Jun 9, 2020
Messages
142
Reaction score
0
Points
16
NullCash
4
Me too looking for this heyy
 

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,454
Reaction score
6,435
Points
113
NullCash
35,343
Here:

 
Top