Your account expired support, please renew to get your support.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24998
    Misao
    Support Expired

    Hi,

    I want to hide the room price in homepage and single room page. How can I do that?

    Thanks.

    #25031

    Yes, please add this custom CSS to customize CSS or file style.css ( child-theme):

    .item_info_price, .elementor-widget-babe-item-price-from{
    displaye: none;
    }
    #25041
    Misao
    Support Expired

    I try it but the button below goes up and shows not correctly.

    Please check the screenshot: https://ibb.co/SBTrvJf

    #25040
    Misao
    Support Expired

    Hi,

    I try it and then the button below shows not correctly.

    Button

    Screenshot-23

    #25056

    Oh,

    Please this custom CSS to child-theme:

    .babe_items_1 .read-more-item, .babe_items_2 .read-more-item, .babe_items_5 .read-more-item{
    position:relative !important;
    }
    #25074
    Misao
    Support Expired

    Hi,

    How can I make the button always show up not hover to show up like currently? Because when I paste your CSS above, it now show very large space between text and bottom.

    #25105

    Ok, please add this custom css to child-theme:

    .babe_items_1 .read-more-item, .babe_items_2 .read-more-item, .babe_items_5 .read-more-item {
        position: relative;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.