• Resolved D U Enoch

    (@eugyenoch)


    1. How do I change the default blue color header image, across all pages.
    2. On the shop page, I am using the left sidebar, and at the same time, I want that shop page to take up almost the entire width on a desktop device. The mobile view is good but on the desktop, there are too many white spaces on the left and right of the page making my page(with the left sidebar), a little too compact for my liking.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @eugyenoch

    The first issue sounds like the title background. Here is documentation about the Page/Posts settings. You’re likely showing the title on the pages/posts/ and archives. You can use the design tab to change the title background color.

    Additionally, there is a setting for the “Content Max Width” in the customizer (General > Layout). However, the content max width setting will increase the size of the whole site. If you only want to increase the max width of the shop page, you can use CSS like the following:

    .woocommerce-shop .content-container.site-container {
        max-width:3000px;
    }
    Thread Starter D U Enoch

    (@eugyenoch)

    Okay.
    for number 1, I now use the option to show featured image to circumvent that.

    for number 2, your solution, the CSS code snippet you provided in your response did not work

    Thread Starter D U Enoch

    (@eugyenoch)

    Ah! I see the CSS code worked. I needed to clean up my cache to see effect

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two quick questions’ is closed to new replies.