New Landing How can we help? Atelier Footer language switcher

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #309407
    juliensalanave
    Member
    Post count: 125

    Hello, team support! Good day!

    I wanted to know, on how to locate setting on gray line divider in between footer menu and language selector switcher (see attached image) in my website https://staging1.oree.co. I wanted to remove that gray line divider and adjust margin-button below language selector or flags. Even in CSS Styles I cannot find it. Your help is much appreciated. Happy new year!

    Sincerely,

    Billy

    Attachments:
    You must be logged in to view attached files.
    #309421
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Billy,

    That is the WPML plugin:

    .wpml-ls-legacy-list-horizontal {
        border: 1px solid transparent;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    }

    You can use the Chrome web dev inspector tool to located the styles and classes used.

    #309433
    juliensalanave
    Member
    Post count: 125

    Yup, I did disable this border: 1px solid transparent; but nothings happen. Thanks for the quick response David.

    #309436
    David Martin – Support
    Moderator
    Post count: 20834

    Ah, I see – it’s a bit of eye trickery the line you see is actually the page container inner shadow. To remove use this:

    .page-shadow #container {
        box-shadow: none!important;
    }
    #309439
    juliensalanave
    Member
    Post count: 125

    Yeah, it is an eye trickery. I already changed border-color just to make sure that I removed the border and I notice shadow below the solid color I chose. And Yes, it is the box-shadow. Thanks David for the help.

    #309440
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.
    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.