Viewing 4 replies - 1 through 4 (of 4 total)
  • You have some css effecting lists, need to add this to your custom css box in the theme options:

    .sidebar li {
    display: block;
    }

    Kadence Themes

    Thread Starter jaimee86

    (@jaimee86)

    Thank you!

    One more question: I have multiple authors on the blog but I want to be just one name (X) to appear as the author name on blog post regardless of who posted. Is there a way to do that?

    Not without changing some core files, wordpress isn’t designed that way so you might be better off just hiding the author icon and name:

    .postauthortop {
    display: none;
    }

    Else you need to write the code to always show one name

    Kadence Themes

    Thread Starter jaimee86

    (@jaimee86)

    Got it.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recent posts separation’ is closed to new replies.