• Hi!

    We have some problems changing the header image of the pages (except from the homepage) after the update. In the past, there was an option to change it but, at the present time, we don’t find that option. We have read a topic here with the same issue and we have tried to use the code given in the solution on the custom css plugin, but it doesn’t seem to work. Plase, could somebody help us to solve this issue?

    The code we tried, changing the image url, was:

    #wrapper {
    background-image: url(“https://www.chatnox.com/blog/wp-content/uploads/2015/07/wp-jp.jpg”);
    background-position: center;
    background-size: cover;
    }

    Thanks in advance!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello There,
    I am using below code in Custom CSS plugin Version 1.3.4 | By FRESHFACE

    #wrapper {
        background-image: url(" ..image_path.. ");
        background-size:cover;
        background-position:center;
    }

    and its working fine for me please try and let me know your site url otherwise.

    Regards,
    Tanay Khandelwal

    Thread Starter Infotam

    (@infotam)

    Hi!

    Thanks for replying! We have tried with that plugin and it seemed to work, the problem is that now the image is so large that you can’t figure it out that it shows a food plate. We tried other options in the background size tag such as ‘auto’ and other things but with that options the image doesn’t appear. We wanted to reestablish the image as we had it in the previous theme version. What can we try so as to make it show in a smaller size?

    Thread Starter Infotam

    (@infotam)

    Hi,

    Please, could you help us with the issue? We haven’t reacived a reply about the question we asked above.

    We look forward to hearing from you.

    Thanks.

    Tanay

    (@tanaykhandelwal-1)

    Then you can try different specific size parameters like

    {background-size: 100% 100%;}
    
    or
    
    {background-size: 1170px 100px;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header problem’ is closed to new replies.