• Resolved DejaViewstream Admin

    (@disneydejavu)


    Is there a css code to remove JUST the author name metadata? it’s surprising the options under your “Theme Options -> Date and Author ” customizer are to show date and author or “hide all.”

    why wouldn’t there be granular options to remove just one or the other?

    Dates are important for a news site so i want the dates on each post but I dont want the homepage to be a long list of the same writer names over and over again that write more than our other staff haha

    Amazing theme otherwise. best i’ve ever seen!

    it just needs this small fix which i imagine is probably not that difficult to css patch.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thanks for using our Theme.
    Option to select Date only is present in our Pro version of the Theme with lots more other option.
    You could use the CSS below in Additional CSS of Theme customizer
    .read-details .entry-meta span > span:last-child {
    display: none;
    }

    Thank you

    Thread Starter DejaViewstream Admin

    (@disneydejavu)

    Thanks! We bought the pro because it’s so good. Wow.

    Another question – is there a code to make it so the images dont always zoom or crop on the main page? i noticed depending on where the featured image is they crop it. is there a way to force it to show the full image and just fill in the extra space with background?

    On the homepage there are a few different thumbnail shapes and sizes but all of them crop the featured image in different ways.

    site is https://www.dejaviewstream.com – URL in previous post was wrong.

    Hello,

    You could use the CSS below for full image to display but extra gap color would be seen on the right side of the image

    .read-img.read-bg-img img {
    width: auto;
    }

    Thank you

    Thread Starter DejaViewstream Admin

    (@disneydejavu)

    You rock!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove author name but NOT date’ is closed to new replies.