- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by
Support Team.
- AuthorPosts
- March 1, 2018 at 1:23 am #5373
hilmywazza
ParticipantHi,
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?
ThanksMarch 2, 2018 at 4:46 am #5381Support Team
KeymasterHello @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 🙂 .
March 2, 2018 at 6:46 am #5387hilmywazza
ParticipantHi,
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
March 2, 2018 at 7:16 am #5389Support Team
KeymasterHello @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!!
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.