• rentijer

    (@rentijer)


    Hi again,
    I want to remove post date from slider, can you help me?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello @rentijer,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    li.slide span.entry-meta {
        display: none;
    }

    Kind Regards, Roman.

    Thread Starter rentijer

    (@rentijer)

    That’s it, thanks, I wish you a happy and long life Roman.
    Kind Regards, Zeljko.

    You are welcome Zeljko, and thank you very much for the kind words 🙂

    I wish you all the best as well!

    Kind Regards, Roman.

    Thread Starter rentijer

    (@rentijer)

    Hi,
    I am so confused, I tried to apply the same code for summary text from posts, to stay only with title on slider, but nothing happened?

    li.slide span.entry-summary {
        display: none;
    }

    I tried also with excerpt but unsuccessfully, where I am wrong?
    Best regards

    • This reply was modified 8 years ago by rentijer.
    Thread Starter rentijer

    (@rentijer)

    Everything is fine,Cloudflare was a problem.

    Great! Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter rentijer

    (@rentijer)

    OK @romanbon, I have just one more question.
    I want to change all the written posts content font size to 16px, I tried with entry p, content p, etc. but unsuccessfully.
    How do I change the font size in css?

    Hello Zeljko,

    Please try to use this CSS code:

    body div {
        font-size: 16px;
    }

    Kind Regards, Roman.

    Thread Starter rentijer

    (@rentijer)

    Hello,
    this code increases all the fonts, it was not my intention. I want to increase the fonts only in articles, posts and pages.
    Kind regards

    • This reply was modified 8 years ago by rentijer.
    Thread Starter rentijer

    (@rentijer)

    Hello Roman,
    don’t waste your time, I will install an plugin for fonts. Looks like a better solution for me.

    Kind regards

    Okay Zeljko,

    Have a nice day! 🙂

    Kind Regards, Roman.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Slider title and date’ is closed to new replies.