Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #447030

    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.

    #447204

    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

    #447680

    hello, thank you for your fast reply. But nothing happened after applying the codes. any new idea?

    #448195

    Hi!

    Please try the following instead:

    #top #header .social_bookmarks li:last-child {
      border-right-style: solid !important;
      border-right-width: 1px !important;
    }

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.