• Resolved dhiraj007

    (@dhiraj007)


    Hi Guys,

    I have created a child theme of Amadeus and using it currently. I am curious to know –

    (1) Is there a way to put a Read More button after the excerpt?
    (2) I changed the body font to Lato, but cannot increase the font size. why?

    Rest all perfect with this fantastic theme ??

    tuxpod.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • I just tried via inspect element to change the font size and it works.

    Thread Starter dhiraj007

    (@dhiraj007)

    I increased the body font size via Child Theme>Customize>Fonts – set the font size to 20 and saved the work. The preview was showing the changes, but in actual there was no change. I even cleared the cache of the browser and reloaded the site. Any idea?

    Thread Starter dhiraj007

    (@dhiraj007)

    OK Solved it.

    For anyone like who faces this issue –

    Cope this code from the original style.css from the parent Amadeus Theme –
    body {
    font-family: ‘Font Name’, Font Family;
    font-size: 20px;
    color: #4c4c4c;
    word-wrap: break-word;
    background-color: #f7f3f0;
    line-height: 1.6;
    }
    and paste in the style.css of your child theme.

    Replace the font name and font family with your desired fonts. You can also change the font size by changing the number in font-size row.
    Hope it helps.

    Alexandra

    (@alexandrastan001)

    Hi,

    Glad that you got it solved and thank you for sharing your solution with the rest of the users.

    Best regards,
    Alexandra

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button for Read More & Font size doesnt not change’ is closed to new replies.