• Resolved sal5051

    (@sal5051)


    Is there a way to remove the date and comments from the posts on the home page slider? And where can you edit the text in CSS? And is there a way to change the size of the font in posts to something bigger? Thanks.

    • This topic was modified 8 years ago by sal5051.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    To remove the date and comments from the slider:

    .frontpage-slider .caption .date,
    .frontpage-slider .caption .read-more {
        display: none;
    }

    You can enter the above code in Appearance > Customize > Additional CSS.

    For the font in posts, do you mean the text on the posts pages?

    Thread Starter sal5051

    (@sal5051)

    That worked. Thank you. Yes, the text in posts. Is there a way to make it larger?

    Also, the title in the slider, is there any way to move it away from the center? Maybe to the bottom of the image?

    jarektheme

    (@jarektheme)

    Hi there,

    Please try to add the following CSS:

    .entry-summary p {
     font-size: 15px;
    }

    The only way to change position of the title in slider is change the theme php file and then add CSS.

    I hope it helps.

    Best,
    Jarek
    Kale Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Text’ is closed to new replies.