Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1081760

    How do i make the images smaller for the tab section – tab image.
    I tried uploading a smaller image but that does not work.

    #1082222

    anyone can help with this?

    #1082548

    Hi,

    Try uploading an image with an image dimension of 301 x 180px.
    Let us know if this helps.

    Best regards,
    Nikko

    #1084087

    Hi.

    doesn’t work, instead what i did was to use an icon.

    another question i have is how to remove the grayscale from the inactive tab.

    I used this codes and added into the quick CSS. But it does not work.

    /*————————————————————-
    // CSS – Remove greyscale from inactive tabs
    //————————————————————*/
    .av-tab-section-image {
    filter: none!important;
    }

    #1084549

    Hi alsonjonsolutions,

    Try using this css code:

    #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="1"] {
        color: rgba(244,232,56) !important;
    }
    
    #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="2"] {
        color: rgb(252,252,252) !important;
    }
    
    #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="3"] {
        color: rgb(47,125,249) !important;
    }
    
    #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="4"] {
        color: rgb(242,12,12) !important;
    }

    Best regards,
    Nikko

    #1085332

    Hi Nikko. Thanks a lot for the help. it works now. However, is there a way to bold the selected tab.

    #1085357

    Hi alsonjonsolutions,

    We’re glad to hear that :)
    Try adding this code as well:

    #top.home #av-tab-section-1 a.av-section-tab-title.av-active-tab-title .av-outer-tab-title {
        font-weight: bold;
    }

    Best regards,
    Nikko

    #1085449

    doesn’t seem to work =./

    #1085455

    Hi alsonjonsolutions,

    I have checked it and the code doesn’t reflect because it’s not added.
    Try to flush out the cache or temporarily disable css file merging and minification.
    Check on the css link in private content and you’ll see the last css code I suggested isn’t added.

    Best regards,
    Nikko

    #1085949

    Hi Nikko,

    Thanks a lot for the initiative to help me check it out. It works now. Appreciate your continuous help!

    #1086355

    Hi,

    Great, I’m glad that you got it working and that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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