I cant change certain colors - Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography I cant change certain colors

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96444
    bryan wark
    Participant

    I Want to change the white secondary background (not the background that allows a background image) background and the font color so it’s a black background with a white font across all pages

    So instead of having the white ‘Border’ around where it shows all blog posts it would be a black border

    #96455
    acmethemes
    Keymaster

    Dear Bryan,
    Please send your site URL and a screenshot of the issue.

    Best Regards!

    #96460
    bryan wark
    Participant

    https://www.acmethemes.com/demo/?theme=infinite-photography-pro its the giant white box all the “blog posts” sit on, how do you get rid of it, change its color, and change the primary text color on it?

    #96506
    acmethemes
    Keymaster

    Dear Bryan,
    Can you send a screenshot of the giant white box to make it clear? Also to update the primary text color you can add the given CSS code below:
    Appearance > Customize > Additional CSS

    .masonry-item a {
        color: #d43f3f;
    }

    Best Regards!

    #96509
    bryan wark
    Participant

    It wont let me post a screenshot but its legitimately the only white box there’s the entire page and one giant white lack of a better term “box” that alllll the blog posts sit on right on the front page it’s nearly impossible to miss

    #96551
    acmethemes
    Keymaster

    Dear Bryan,
    By default, it is not possible to remove the giant white box as it is the main part of the theme. It will require customization if needed. If you want to change its color then you can add the given CSS code in the Additional CSS
    Appearance > Customize > Additional CSS

    .wrapper {
        background: #e66b6b;
    }

    Best Regards!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.