Home › Forums › Basel support forum › Some bugs › Reply To: Some bugs
August 18, 2016 at 5:01 am
#2826
Artem Temos
Keymaster
Actually child theme loads pot file correct now, don’t forget to use ‘basel-child’ domain for this purpose. It will not load parent theme translation. If you just don’t want to place po files to the parent theme you are able to put theme to the folder wp-content/languages/themes/basel-ru_RU.po
Categories color will be fixed in the next update. For the moment just use the following Custom CSS
.basel-product-categories li a:active {
background-color: #ff0000;
}
Here is custom css for right mobile menu
.mobile-nav {
left: auto;
right: 0;
transform: translate3d(270px,0,0);
-webkit-transform: translate3d(270px,0,0);
-ms-transform: translate3d(270px,0,0);
-sand-transform: translate3d(270px,0,0);
}
And what button do you need to place to the center?
Regards