Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #785596

    Mocombeg
    Participant
    This reply has been marked as private.
    #785983

    Jade
    Moderator

    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.

    #786297

    Mocombeg
    Participant
    This reply has been marked as private.
    #786305

    Mocombeg
    Participant

    while 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

    #786406

    John Ezra
    Member

    Hi 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!

    #787661

    Mocombeg
    Participant
    This reply has been marked as private.
    #787747

    Mocombeg
    Participant

    also 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?

    #788553

    Paul R
    Moderator

    Hi,

    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