hello, we are working on enfold theme and we installed WPML Multilingual CMS plugin in it. a simple problem we are facing which is in the translated pages, the social media seperator in the header is not appearing.
Hi fsolutionstech1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top.rtl #header .social_bookmarks li:last-child {
border-right-style: solid;
border-right-width: 1px;
}
Cheers!
Yigit
hello, thank you for your fast reply. But nothing happened after applying the codes. any new idea?