Home Forums Themes Support Gecko Main Header

Topic Resolution: Not Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #19421

      Hii,
      I see we can change the main header and footer different colours, but I want to change them to images.
      How do I do this?

    • #19463

      Hi,

      1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      #jas-header {
      	background: url(http://claue.jan/dev/wp-content/uploads/2017/01/banner1.jpg) center center no-repeat;
      	background-size: cover;
      }
      

      And change with your image path http://claue.jan/dev/wp-content/uploads/2017/01/banner1.jpg

      2. For footer please change in JanStudio > Theme Option > Footer > Background

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19464

      Thank you!

      2. How do I get it to stay put? I don’t want it to scroll or move or anything, but it does.

    • #19484

      Hi,

      Please change prev code to

      #jas-header {
      	background: url(http://claue.jan/dev/wp-content/uploads/2017/01/banner1.jpg) center center no-repeat;
      	background-size: cover;
      background-attachment: fixed;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19486

      Hi,
      Sorry,  I didn’t specify.

      How do I make the footer not move? For it to stay fixed? It says it is fixed, but it is not.

    • #19494

      Hi,

      Please add below code

      #jas-footer {
      background-attachment: fixed;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.