• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good morning,

    I have a section header “new on the blog” how do I enlarge that? Its teeny tiny!

    Many Thanks

    Anna-Marie

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @mummyheartsyou,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .blog-feed > h2 { font-size: 45px; }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you!!

    Would you kn ow how to get rid of the box? Its appeared from nowhere!

    Many Thanks

    Anna-Marie

    Hi Anna-Marie,

    It’s easy to remove it, just use this code:

    .blog-feed > h2:after {
        content: ""; } 

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    • This reply was modified 8 years, 2 months ago by corewpress.
    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you so much! Its all looking near enough perfect! One more thing before I stop with the questions!

    I want to enlarge “favourite posts” under the slider , how would I do that? I would like it to match the blog feed header which is currently font size 55

    Kind Regards

    Anna-Marie

    Theme Author lyrathemes

    (@lyrathemes)

    @mummyheartsyou:

    .frontpage-featured-posts .block-title {
        font-size: 55px;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Size Issue’ is closed to new replies.