Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #748131

    HI there,

    Is it possible to insert some quick CSS for a . or * instead of the vertical bar as a separator?

    Thank you
    Stevo :-)

    #748749

    Hey Stevo,

    I’m not sure if that would be possible, but send us a link to the site in question and we’ll have a look at it.

    Best regards,
    Rikard

    #748898

    Thanks for taking a look. Link added in PRIVATE :-)

    #751083

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        border-left: 0 !important;
    }
    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text:after {
        content: '*';
        display: inline-block;
        margin-left: 13px;
    }
    
    .av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text:after {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    #751465

    Hi Nikko,
    Your help v much appreciated, but that didn’t do a thing!
    Any other thoughts?

    Stevo :-)

    #753373

    Hi,

    Since it didn’t do anything, can you 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.

    Might have been some plugin that is causing the change not to reflect.

    Best regards,
    Nikko

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