• Hi, for me it is not clear how to control the featured posts on the main page.
    I would like to have it look like / similar to the image which is displayed on Gazette’s theme page: just 6 fotos + headlines. Instead, most of the post’s text is displayed, and I have no idea how to control that.

    Furthermore, on the page of the post itself, the image is underlayed by a thick black bar which makes it look like made for a funeral… I tried to change the background color for “.post.thumbnail” and “.entry-header-wrapper”, but it does not help.

    And last, I would like to now how to use the different types of posts (standard, image, video, gallery, link).

    Thank you so mach for your help

    Andreas

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter easychef

    (@easychef)

    Okay guys, I figuered out most of my questions above by trial and error 😉 It had not been clear to me, that I had to set “featured” as the key word for featured content, I thougt tht it was set already as default key word for featured content.

    Remains the “problem2 with the black bar, I really would appreciate help here.

    I also would like to change the color of the links displayed in the featured content part; cannot find the class to change it.

    Thank you, happy Christmas to everyone

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I assume you are talking about the linear gradient at the bottom of the images. The following custom CSS will get rid of that for you. Paste it in at Appearance > Customize > Additional CSS.

    @media screen and (min-width: 960px) {
    	.entry-header-wrapper {
    		background-image: none;
    	}
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured posts’ is closed to new replies.