• kharms89

    (@kharms89)


    Hi everyone,
    I caught a bug with this theme – Version 1.0.16. I noticed when viewing my homepage (trebuchetcoffee.com) that the slightly transparent background behind the main title would disappear on screens larger than 992px wide. However, when viewing on smaller screens it would appear as normal. To fix this, go to “Appearance > Edit CSS” and paste in the following code snippet:

    @media screen and (min-width: 992px){
    	.hero-title-container {
    		background: rgba(235, 240, 246, 0.85);
    		padding: 30px 15px;
    	}
    }

    Hope that’s helpful! Was anyone else running into this same bug?

Viewing 1 replies (of 1 total)
  • Oh wow.
    Thank you. I’ve been having this problem.
    Quick question (because I’m not a code writer) …
    Is there any particular place within the CSS that I should insert this code?

Viewing 1 replies (of 1 total)
  • The topic ‘SOLVED – Background on “Big Title Section” missing on home page, Version 1.0.16’ is closed to new replies.