• I’d like to change the post title displays for sticky posts. I want to remove the byline and date as well as the post text preview and center the title. I’ve downloaded Custom CSS, but I can’t figure out what to edit.

Viewing 1 replies (of 1 total)
  • Hey there,

    You could use this CSS:

    .sticky .byline, .sticky .entry-summary {display:none;}
    .sticky .sticky-header{float:none; margin:auto; text-align:center;}

    That will remove the date/byline and except. It leaves just the title and aligns it in the middle.

    Have a great weekend!

Viewing 1 replies (of 1 total)
  • The topic ‘Change Title Placement for Sticky Posts’ is closed to new replies.