Front Page Background Images for InSync

Homepage Community Forums inSync Theme Support Front Page Background Images for InSync

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20411
    Russell
    Customer

      Hi, the Front Page Background Image section is not in the Customizer section in this WP download. Might you be able to help? Here’s a screenshot of the Customizer. The site is http://www.tnelectricmotor.com/

      Thanks for any help you can give!

      #20430
      Wes
      Moderator

        That option should be available for this theme soon, I’m currently finishing an update for it. For now, the background image can be changed from the CSS around line 1072 –

        /*
        Widgets
        ---------------------------------------------------------------------------------------------------- */
        
        /* Slider Wide (Full Width)
        --------------------------------------------- */
        
        .slider-wide {
            clear: both;
        }

        Or it can be changed from the regular .slider section right below that.

        I can help you with this if you need it done now and don’t want to wait for the update (which should be done soon).

        #20472
        Russell
        Customer

          Thanks Wes! I added the following and it worked great.

          .slider-wide {
          clear: both;
          background-image: url(“#”);
          }

          #20485
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Front Page Background Images for InSync’ is closed to new replies.