Topic Resolution: Resolved

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33759
    Deborah
    Guest

    I’m unable to change background image / texture or color. This is Feb 2021 and I see this was a problem back in October 4, 2018…

    I want a solid white background for the whole site and I DON’T WANT the gray band at the top. I want that to be solid white too.
    Can you provide me with the CSS that will accomplish this [and where to put it in CSS file] if you don’t have a fix yet?
    Many thanks.
    Stay safe.

    #33769
    Jesse Owens
    Keymaster

    Hi Deborah-

    Thanks for reaching out, and for choosing the Linx WordPress theme. You’re right that the background texture is still hard-coded into that theme.

    First, the “gray band” at the top. To fix this, I don’t recommend using CSS. Instead, change the first color in your palette in the Customize > Colors menu to white:
    Color Palette Selector in Customize Menu

    Second, the background texture. You will use CSS for this, but it doesn’t go into a file. Instead, navigate to Customize > Advanced > Custom JS & CSS and use the Custom Theme CSS field. Paste this code in:

    body.custom-background,
    .page-template-page_home .entry-content,
    .site-content,
    .site-footer, .mce-content-body {
        background-image: none !important;
    }
    .entry-title {
        background-image: none !important;
    }
    
    #33778
    Deborah
    Guest

    Hey Jesse, This worked perfectly! Thanks so much for your speedy response! I appreciate it. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] How to change the Linx theme background texture’ is closed to new replies.