New Landing How can we help? Themeforest Theme Support Uplift how to use the ICON BOX feature

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Uplift
  • #290445
    codeware
    Member
    Post count: 11

    Hello,

    On the ICON BOX feature, is it possible to have each icon with a different color?
    Please check the page link to see 2 lines of 3 icon boxes each. The svg icons were created in the same color that I used for the box title. So the first box – MANIPULAÇÃO DE FORMULAS – is a black icon with black title.

    But it doesn´t matter the settings that I put for each icon they all get the color that I set for the last icon box (weird??!!)

    So is it possible to have them in different colors or do I need to use the icon box in just one color?

    Please let me know. Thanks!

    #290609
    David Martin – Support
    Moderator
    Post count: 20834

    You set this in the Swift Page Builder.

    #290628
    codeware
    Member
    Post count: 11

    yes, that what I did… but I had to leave the icon colors as icon_color=”#fff” icon_bg_color=”#fff. Please check the attachment to see how the first icon shows if I change those settings to #333 (which is the same color of the text)

    Attachments:
    You must be logged in to view attached files.
    #290708
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It’s because that one is a line icon, add this to your custom css:

    .sf-icon-box .sf-svg-icon-holder.has-color path {
    fill: none;
    }

    – Kyle

    #295020
    codeware
    Member
    Post count: 11

    1 – it´s almost there http://uniquepharma.com.br/ now it changed color but it´s still not as the image attached
    2 – when I click the menu PRODUTOS it goes to an anchor on the same page but the title of that block gets hidden

    please help… thanks

    Attachments:
    You must be logged in to view attached files.
    #295196
    David Martin – Support
    Moderator
    Post count: 20834

    1) Line icons do not have a fill color.

    2) change this http://uniquepharma.com.br/#produtos to this /#produtos

    Make sure the Products section is within a Row PB asset and the Row has a unique ID called produtos

    #295207
    codeware
    Member
    Post count: 11

    1) Line icons do not have a fill color.
    >>> is there another option available instead of line icons to accomplish what I need?

    2) change this http://uniquepharma.com.br/#produtos to this /#produtos
    >>> I did that but the result is the same

    Make sure the Products section is within a Row PB asset >>> what does it mean?
    and the Row has a unique ID called produtos >>> yes, it´s unique

    #295429
    David Martin – Support
    Moderator
    Post count: 20834

    1) You would need to choose another icon. Or remove the above CSS that set’s the fill to none and use this example:

    .sf-icon-box .sf-svg-icon-holder.has-color path {
        fill: rgb(200, 49, 122);
    }

    2) You need to use a Row asset from the PB, you are using a 3rd party page builder.

    – David.

    #296297
    codeware
    Member
    Post count: 11

    about #2… the third part page builder is not the problem is not the problem… the problem is that the page has a visual effect that brings the page up for a few seconds to then bring it down to the anchor point but that only works on the first page load… how can I disable that effect?

    #296600
    David Martin – Support
    Moderator
    Post count: 20834

    2) I am not sure I see that, maybe I do not understand you. Try this:

    Theme Options => General => Disable Hero Heading Intro => Off

    #297045
    codeware
    Member
    Post count: 11

    that did not solve the problem

    please check this test that I did using SWIFT PAGE BUILDER (so it´s not a 3rd part page builder anymore) http://uniquepharma.com.br/test
    at the beginning of the paragraph TEST 1 you will see a link GO TO TEST 4 if you click there you will see that the title TEST 4 will be hidden under the page header

    it seems that the problem is related to the sticky header option

    #297428
    David Martin – Support
    Moderator
    Post count: 20834

    I do not see any issue here:

    Can you explain further what you want to achieve, it’s not clear to me.

    Thanks.

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register