Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #689768

    Hi,

    Take a look here. What has happened? It used to be like this: / in the same color as the font

    #689806

    Hi webpress!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #js_sort_items .text-sep {
        color: white!important;
        border: none!important;
    }

    Best regards,
    Yigit

    #689825

    Hmm…that just totally removed them. It used to look like this:

    sep tags

    #690161

    Hi,

    Sorry about that, please try this instead:

    #js_sort_items .text-sep {
        color: #919191 !important;
        border: none !important;
    }

    Regards,
    Rikard

    #690168

    No good…

    Why are we trying to fix this with css snippets? Something must be wrong somewhere…

    #691655

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #692085

    Here you go…

    #692750

    Hi,

    I changed the code to following one

    #js_sort_items .text-sep {
        border: none !important;
        text-indent: 0;
    }

    Please review your website now

    Best regards,
    Yigit

    #692760

    Hi,

    Yes that helped, but why som much space between the separators? What has gone wrong? This is all default Enfold stuff.

    #692762

    Hi!

    Please change the code to following one

    #js_sort_items .text-sep {
        border: none !important;
        text-indent: 0;
        padding: 0;
    }

    Cheers!
    Yigit

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