Removing Category Archive: from Full Frame Theme

  • Unknown's avatar

    Hi,

    I’m using the Full Frame theme and used categories for an ‘archive’ tab and ‘community’ tab. When on those tabs, the theme shows “category archive:archive” or “category archive:community”. How do I code in CSS to have the “category archive:” not show?

    P.S. I’m completely new to CSS, any help is much appreciated.

    Thanks so much.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, this generally isn’t something that we can do, but in the case of Full Frame we can. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and it should take care of all instances for you.

    .archive .page-title {
    	visibility: hidden;
    }
    .archive .page-title span {
    	visibility: visible;
    	background: rgba(0,0,0,.5);
    	float: left;
    	padding: 10px 20px;
    }
  • The topic ‘Removing Category Archive: from Full Frame Theme’ is closed to new replies.