Tagged: x
-
AuthorPosts
-
April 3, 2016 at 1:18 am #864373
Hi there,
I have two styling questions:
1-How to add a semi-transparent white colour overlay to the video background to pages Templates (1), Templates (2) and Custom Design?
Just like the one in the home page but I don’t want it to affect the whole website! Only the mentioned pages.2-How can I remove the shadow in buttons? (See attachment 1)
Many thanks,
April 3, 2016 at 1:19 am #864376This reply has been marked as private.April 3, 2016 at 8:59 am #864683Hi there,
Please add the following code in Customize -> Custom -> CSS :
.page-id-522 .x-section.bg-video:before,.page-id-542 .x-section.bg-video:before,.page-id-566 .x-section.bg-video:before { position: absolute; content: ""; background-color: rgba(255,255,255,0.5); left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1; } .x-btn, .button, [type="submit"] { text-shadow: none !important; }
Hope it helps.
April 4, 2016 at 12:18 am #865399Works great 🙂 Thank you!
April 4, 2016 at 1:23 am #865462You’re most welcome and thank you for contacting Theme.co, our team is always happy to assist.
-
AuthorPosts