• Resolved enriquegtz

    (@contactenriquegtzcom)


    does anyone know how to change the color of the dark gray background in the writr theme? Also, how can i remove the thumbnail that displays the page/post icon?

    thank you!
    the website is https://www.beasweetcakes.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enriquegtz

    (@contactenriquegtzcom)

    i managed to remove the thumbnail, just need to change the dark gray color to another color.

    Also, does anyone know how can i increase the content area so that can extend to the right just the pages with image galleries?

    To change the background color, you can either use the WordPress custom background feature, or the following CSS:

    body:before {
        background: #303030;
    }

    Replace the “303030” with your color of choice. ??

    There is a theme option that lets you extend the content area, but that’s for all pages. I’m afraid it’s not possible to only target pages that contain galleries.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘help removing dark gray background and thumbnail’ is closed to new replies.