Rosalie Theme, Making The Featured Font Bigger

  • Hi!

    I’ve been trying to wrap my head around CSS, and it’s still really difficult, so if you can help me make the text on the Featured Items bigger, I’ll appreciate it.
    Right now, if you see on my website: Swatiness.com, it’s rather small and doesn’t look very nice.
    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hi @jainswati232,

    I don’t have access to your theme as it is paid, so was not able to test the code below in the Customizer myself, but give it a try and see if it works:

    For the Featured Item title:

    .featured .entry-title.textcenter-xs {
    	font-size: 1em;
    }

    For the Featured Item date/reading time:

    .featured .entry-meta.textcenter-xs{
    	font-size: 1em;
    }

    You can change the font-size to anything you like – either em or px, though rem might be better for responsive design.

  • Thank you! This totally helped!

  • The topic ‘Rosalie Theme, Making The Featured Font Bigger’ is closed to new replies.