Home Forums WoodMart support forum Change font in RTL only Reply To: Change font in RTL only

#93893

Artem Temos
Keymaster

Hi,

Try to add this code as well

.rtl .main-nav-style, .rtl .menu-opener, .rtl .categories-menu-dropdown .item-level-0 > a, .rtl .woodmart-burger-icon .woodmart-burger-label, .rtl .woodmart-wishlist-info-widget .wishlist-label, .rtl .woodmart-wishlist-info-widget .wishlist-count, .rtl .woodmart-shopping-cart .woodmart-cart-totals, .rtl .woodmart-header-links .item-level-0 > a, .rtl .main-nav .item-level-0 > a, .rtl .whb-secondary-menu .item-level-0 > a, .rtl .full-screen-nav .item-level-0 > a {
  font-family: "AR-font";
}

Regards