Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1108973

    Hi there,
    The tabs aren’t showing a border on the bottom when they move over onto 2 lines. Is there a way to have the border all the way around?
    Many thanks

    #1109018

    Hey marsh1984,

    Please try the following in Quick CSS under Enfold->General Styling:

    .top_tab .tab {
        border-bottom: 1px solid #000;
    }

    Best regards,
    Rikard

    #1110773

    Hi thanks for your reply. Not sure if that worked…see link https://ibb.co/RS5f910

    #1110878

    Hi,
    To add a bottom line, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .js_active .top_tab .tab {
        border-bottom: solid .5px !important; 
    }

    Best regards,
    Mike

    #1110884

    Great thanks

    #1110885

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1110886

    done

    #1110923

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Tab Border’ is closed to new replies.