Site logo

Archived topic

I have some questions that I am seeking  for your help to solve them.

12 replies · Started by Kemal Aldin on August 3, 2022

Viewing posts 1–13 of 13

Hello Sir
I have some questions that I am seeking  for your help to solve them.
First of all, how can i add many background images on the header?
Second, how can I add specific phone mode background?
Third, why doesn't (advanced) button in the background settings?
I am looking forward to hearing from you,
Best regards,

Hi there,

Let's handle one question per topic:
https://www.screencast.com/t/UNTEQl6xWJX

First of all, how can i add many background images on the header?

Not sure if I fully understand. Can you provide an example?

The first question is solved , THNX
Explanation of Question 2, can
I use a different header background image on desktop and mobile modes?

CSS would be required here.

Can you link me to the page in question?

Explanation of Question 3:
why doesn't (advanced) button in the background settings?
I am looking forward to hearing from you,
Best regards,
https://ibb.co/RcQmSvP

Mikatakno.jp
I want to change the backgrounds for the Header on the mobiles because they are not compatible with it

Mikatakno.jp
I want to change the backgrounds for the Header on the mobiles because they are not compatible with it

Is there a specific page I should be looking at?

The home page doesn't seem to have the issue: https://www.screencast.com/t/PjTUGpsa4JaA

Mikatakno.jp/news
Mikatakno.jp/Company
Mikatakno.jp/locations
..... I want to customize mobile wallpaper images to become compatible all over the site

That image on mobile actually looks quite good to me:
https://www.screencast.com/t/Yr7ptzWq9

If you have the Pro version of GenerateBlocks, then you can use the Advanced background settings:
https://docs.generateblocks.com/article/advanced-backgrounds/

If not then you can try this CSS:

@media (max-width: 768px) {
    .gb-container.gb-container-bbc00baa {
        background-image: url(https://IMAGE-URL);
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

How to use these codes and I want to use a separate background image in each page on mobile mode

Hi there,

How many pages are you wanting a different mobile image ? Is it just 3 pages or are there a LOT of pages ?

This archived topic is closed to new replies.