Change Trip box color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5373
    hilmywazza
    Participant

    Hi,

    I’ve put an image as the bg for my site. But, on my ‘TRIP’ list, the box are transparent hence making it hard to read because of the background image. Is there a way for me to change the transparent box into a white box or any color?
    Thanks

    #5381
    Support Team
    Keymaster

    Hello @hilmywazza,

    To change the transparent box into some other color please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paset below given CSS.

    .featured-slider .featured-slider-contents .slider-buttons .slider-info {
        background: #df1814;
    }
    .slider-book-now:hover {
        background: #df1814;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #5387
    hilmywazza
    Participant

    Hi,

    Im sorry. But the box I was talking about is something.

    Please refer to my website–> http://www.ohanaadvsport.com.my/travel-locations/west-malaysia/

    As you can see, its hard to read the text due to the background image.

    Thanks

    #5389
    Support Team
    Keymaster

    Hello @hilmywazza,

    It is because of your background image but if we place the white background in each trip then your background image will be hidden.

    However, if you want to set the white background for the trips then, please use below given CSS in Additional CSS location.

    .archive .wp-travel-default-article {
        background: #fff;
    }

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.