Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme Tour plan steps have 2 icons on booking object page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12054
    marjandbk
    Support Expired

    Hello there,

    Thanks you for the awesome template, really happy to use it.

    I have problem displaying tour plan on Booking Object page.

    Steps have two pin icons and there should be “Step 1”, “Step 2”, … text instead of black pin icon:
    Screenshot-2021-07-01-at-11-49-00

    Can you help? Thanks!

    #12079

    Hi you,

    Please copy and paste this code into file functions.php (child-theme):

    .elementor-widget-container .block_step_title:before, .elementor-widget-container .block_faq_title:before{
    display: none;
    }
    #12087
    marjandbk
    Support Expired

    I know I can hide them but I would like it to be like it supposed:
    Screenshot-2021-07-02-at-09-42-02

    #12092

    Hi,

    On new version, we use Elementor custom style for icon + heading text.

    If you want to custom Icon with other color, you can use this css code:

    .elementor-widget-babe-item-steps span.item_icon{
    color: #000;
    }
    #12095
    marjandbk
    Support Expired

    But you cant show labels “Day 1, Day 2”? I only see two icons without “Day” labels.

    #12097

    You need to add this text on title: https://prnt.sc/180eggu

    #12098
    marjandbk
    Support Expired

    Worked! But this way you have to hide orange icon and display black one:

    .step_title .triply-icon-map-marker
    {
        display: none;
    }

    Thanks Billy!

    #12145

    Yes, you can use this CSS code, or update the latest version theme, we supported change icon color for this icon.

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

You must be logged in to reply to this topic.