dhiraj007
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Amadeus] Making post contents centerby center aligned I meant putting it in the middle of the page
Forum: Themes and Templates
In reply to: [Amadeus] Button for Read More & Font size doesnt not changeOK 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.Forum: Themes and Templates
In reply to: [Amadeus] Button for Read More & Font size doesnt not changeI 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?
Hi
Is it possible to change the size of “Category” and make it bold?Forum: Themes and Templates
In reply to: [Iconic One] How to increase the widthThanx Tahir, it worked 🙂