-
AuthorPosts
-
February 8, 2016 at 10:05 am #785596This reply has been marked as private.February 8, 2016 at 2:01 pm #785983
Hi there,
Thanks for the details.
Would you mind letting us know which content band are you trying to change the opacity so that we could provide you with the custom code for it.
Thank you.
February 8, 2016 at 6:45 pm #786297This reply has been marked as private.February 8, 2016 at 6:56 pm #786305while I love that background image it is competing with the content and is making it hard to read so I need to set the image opacity so that the words can be easy to read
February 8, 2016 at 8:40 pm #786406Hi there,
Thanks for updating the thread! You can add this under Custom > Javascript in the Customizer.
jQuery(function($){ $( ".page-id-679 #x-section-3" ).wrapInner( "<div class='section-overlay'></div>" ); });
Then you can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.section-overlay { background-color: rgba(0,0,0,.5); /* background-color: rgba(255,255,255,.5); */ width: 100%; height: 100%; Padding:100px 0; } div#x-section-3 { padding:0!important; }
Hope this helps – thanks!
February 9, 2016 at 12:36 pm #787661This reply has been marked as private.February 9, 2016 at 1:18 pm #787747also when I first purchased this theme a little over a year ago I was working with the integrity stack. that version can with all of the pages already set and all I needed to do was customize them to fit my needs. later there was an update that took all of that away. Now all I can get is the home page with no functionality what so ever. how can I go back to that first release?
February 10, 2016 at 12:21 am #788553Hi,
Sorry, pages and posts are no longer available in our integrity stack demo. Those are only available in our expanded demos.
You can load one of the expanded demos then load again the integrity stack.
https://community.theme.co/kb/demo-content/
Thanks
-
AuthorPosts