• Resolved jeffers81845

    (@jeffers81845)


    I’ve waded through the code (CSS,HTML) with the inspector in Chrome and can’t pinpoint how to format in my child theme CSS the box that pops up over the posts in the various categories. I need to change the background and the title’s font-family (get rid of another Noto). Body type is Google and fine. I like the box style (handsome black edge) and size, just need to get at it. Thanks to anyone who might have a clue.

    Seattle Smarty

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your child theme’s stylesheet, try this:

    .page-header {
    	background-color: rgba(0, 0, 0, 0.6);
    }
    
    .page-title {
    	color: #fff;
    	font-family: "Arial";
    }
    Thread Starter jeffers81845

    (@jeffers81845)

    That got it..simple.simple. so simple it blew right past my simple mind. thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Format category title/description box over posts’ is closed to new replies.