Home › Forums › All Other Themes › Adventure pro – transparent bg for video section
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by Sonl Sinha.
-
AuthorPosts
-
August 9, 2019 at 8:33 am #128279
Hi, i have adventure pro theme and would like to add transparent background for homepage section 3 (Video), so that transparent would be only for text right side module next to video.
https://pattaya.fi/
August 10, 2019 at 10:23 am #128487Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.abouttitledes { background-color: rgba(0,0,0,0.4);} .aboutdesc p { background-color: transparent !important;}
Regards,
ChrisAugust 20, 2019 at 9:58 am #129143Thank You, work fine. One more adjust. Can i add solid background for button on that section? Try to look color options but did not find adjust for “about” section.
August 21, 2019 at 5:27 am #129166Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.aboutmore a { background:#fff; color:#282828 !important;}
Regards,
ChrisAugust 21, 2019 at 9:25 am #129202Excellent, thank you works perfect!! But now i notes that i cannot change title font size that same section?
August 22, 2019 at 5:10 am #129248Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.center-title h2 { font-size:40px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.