Tagged: 

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #802152

    Hi Support Team,

    Is it possible to remove the black and white overlay for the tab icons? I’d like all my tabs to look like the first one (original colors).
    I’d also like to know if it is possible to flip the arrow right below the tab icon, which indicates which tab is being activated.

    Thanks

    View post on imgur.com

    #802167

    Hey jolian123,

    Add the following to quick css:

    .av-tab-section-image{
    filter:none!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #802174

    It worked thank you, now what about the arrow?
    Is it possible to alter that?

    Thanks

    #802182

    Hi,

    You would like it to point down instead?

    Best regards,
    Jordan Shannon

    #802184

    Yea exactly

    #802295

    Hi,

    To solve this, just add the following custom code:

    .av-tab-arrow-container {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    

    Best regards,
    John Torvik

    #802766

    Hi John,
    That’s not exactly what I was going for, sorry for my lack of explanation.
    See the screenshots below, for what I was going for:

    View post on imgur.com

    View post on imgur.com


    I’m looking for that effect on each tab, an arrow pointing down for each tab section. Just like the arrow pointing down above the 18 years running in orange section.

    Thanks

    #802781

    Also, if I wanted to change the color of my tab arrow, how would I go about doing so?

    Thanks

    #804027

    Any news?

    #804188

    Hi,

    .av-tab-arrow-container:after {
    color:
    }

    where color is the corlor your arrow should have.

    Best regards,
    Basilis

    #805212

    Hi,

    I added this last ^ bit of code, nothing happened

    #805670

    ???

    #806121

    Can someone help me?

    #806696

    Hi,

    I’m very sorry for the late response. The following css code should change the color of the tab title arrow.

    #top .av-tab-arrow-container span {
        background-color: red;
    }

    Best regards,
    Ismael

    #807570

    Thanks!
    Another question for this tab plugin:
    Would it be possible to have it limited to be 3 images on a line on mobile? Instead of 1 continuous row?
    Also, could I make it to only show the image associated with the tab on mobile and hide the text?

    #807876

    Hi,

    I’m sorry but the customization that you’re after requires major modification in the scripts and it is beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    // http://kriesi.at/contact/customization

    Anyway, one workaround is to add different tab sections that are specifically created for mobile. Use css media queries to toggle the display properties of the elements.

    // http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    #891397

    Good evening sirs,
    I would like to customize main menu tabs for achieving something like this:
    https://ilovetoledo.)
    (Just the tabs, not talking about the line on the header)…

    Is it possible in enfold? If not, any of you that know fairly well this theme can send me a budget for making this? (the line as well=)

    #891472

    Hi,

    The “ilovetoledo” site does not exist. Please check.

    Best regards,
    Ismael

    #891532

    Hello Ismael,
    this is the site,
    (attached privately)
    Thanks!

    #891563

    Hi again,
    Sorry for disturbing again,
    Just to let you know that I tried this:

    and it´s not working…no changes at all

    Thanks in advance

    #891826

    Hello.
    Can anyone help with this?
    Thanks

    #891908

    Hi,

    I’m sorry for the delay. Please note that we don’t provide support for third scripts or plugins. You can contact the plugin or script author for more info if you really need to implement the custom tabs.

    Best regards,
    Ismael

    #891909

    Hi,

    I’m sorry for the delay. Please note that we don’t provide support for third scripts or plugins. You can contact the plugin or script author for more info if you really need to implement the custom tabs.

    Best regards,
    Ismael

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