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

    Dear sir,
    I need to style the tab as shown in the screenshot attached

    Screenshot of Tab

    #1339897

    Hey calcuttadioceseonline,

    Thank you for the inquiry.

    You can start with the following css code. Just add it in the Quick CSS field or in the child theme’s style.css file.

    #top a.av-section-tab-title {
      color: #ffffff;
      background: #3561a5;
      margin-left: 13px;
    }
    
    #top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
      margin-bottom: 0;
    }
    
    #top .av-section-tab-title {
      padding: 0;
    }
    
    .av-tab-section-inner-container {
        border-top: 5px solid #3561a5 !important;
    }
    

    Please make sure to toggle the Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1339932

    I want tab title to be single line and no arrows
    Screen-Short after CSS

    #1340093

    Hi,

    Thank you for the update.

    Where can we check the tab section? Please provide the site URL so that we can inspect the element directly. To learn more about custom css modifications, please check this documentation.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    #1341754

    Kindly check the tab design

    #1341901

    Hi,

    Thank you for the info.

    You can add this css code to remove the arrow and center align the title.

    #top .av-tab-arrow-container span {
        display: none;
    }
    
    #top .avia-tab-title-padding-none .av-outer-tab-title {
        padding: 0 0;
        position: relative;
        top: 0;
        width: 100%;
        left: -6px;
    }

    If you want to change the style of the active tab, use this css code.

    #top .av-tab-section-tab-title-container .av-active-tab-title {
        color: red;
        background: black;
    }
    

    Best regards,
    Ismael

    #1342826

    Hi,
    I would like to do the same thing, i.e. write the tab text in one line.
    I inserted the code above but it doesn’t work.

    #top .avia-tab-title-padding-none .av-outer-tab-title {
        padding: 0 0;
        position: relative;
        top: 0;
        width: 100%;
        left: -6px;
    }

    Thank you for your support,
    Manuela

    #1342953

    Hi,


    @famarinu
    : Did you include the first css code above? Please create your own thread and post the site details there because OP can view the content of the private fields in this thread. We temporarily removed your login account from the private field.

    Best regards,
    Ismael

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