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

    Hi there,
    I have a couple of issues on the Tabs Section:

    Most of the tab headings seem to be centralised, but not all…

    There is a line across the screen at the bottom of the tabs section and I wish to hide/remove this but can’t see how to do it.

    Please can you help?
    Many thanks
    Helena

    #943883

    Hey hbourdillon,

    You can try this in Quick CSS to remove the line:

    .av-tab-section-container {
        border-color: transparent !important;
    }

    I’m not sure what you mean about the titles though, they all look centered on my end.

    Best regards,
    Rikard

    #944095

    Hi Rikard,
    I’ve put the CSS code in the Quick CSS section and the line is still showing at the bottom of the tabs container.
    The titles – the actual seperate tab labels, especially “World Championships 2017 Profile seems very wonky compared to the others….
    Best wishes
    Helena

    #944099

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #after_submenu {
        border: none;
    }
    

    Could you please post a screenshot and show the issue/changes you would like to make on titles? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #944140

    Hi Yigit,
    That CSS code has worked, thank you.
    The link to the screen shot is – http://helenabourdillon.com/wp-admin/upload.php?item=1632
    Access details are below.
    Best wishes
    Helena

    #944157

    Hi,

    I added following code to Quick CSS

    .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
        width: 110px;
    }

    Please review your website

    Best regards,
    Yigit

    #944172

    Looks good, thank you for your help Yigit!
    Best wishes
    Helena

    #944177

    Hi Helena,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove line under Tabs Section’ is closed to new replies.