After updating the theme last week (and the auto wp update) something has changed in the RTL header area – the H1 and breadcrumbs are now displayed over a white background, instead of over the page background as it is in LTR pages. Should I open a new thread for this issue?
Hi Please see these screenshots describing several issues with the RTL header area, created after the latest theme upgrade.
Issues with RTL header
Proper LTR header
How can I fix these?
Thank you
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl .avia-menu.av_menu_icon_beside {
border-right: none;
border-left: solid 1px #e2e2e2;
margin-left: 25px;
padding-left: 25px;
margin-right: 0;
padding-right: 0;
}
.rtl .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { background-color: #f5f2eb; }
.rtl .title_container .breadcrumb { left: 45px; }
Best regards,
Yigit
Thank you!
This code fixed all the above issues
I placed in the Heb. section of theme options under General Styling tab