whiteindian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: MH Magazine] Adjusting Site WidthHello again!
Is it possible to resize the site with MH Lite?
It is so wide to me. Also, I dont know I can do this using % of page.
Also it is clear to use width in percent for widgets.Thank you.
I thought I could find two separate classes for p and excerpts, too.Thank you for help.
Nothing to ask for now.EOT.
Oh, gosh. I’ve had only to delete teh line wirh ‘font-family’
body {
font-size: 14px;
line-height: 1.4;
word-wrap: break-word;
}But still have no idea if I could set a separate size font and other attributes (color, TYPE of font) to excerpt and paragraph lines.
Yes, so I use Typekit Fonts for WordPress.
Then I get one font, but I dont know one thing.
What is the excerpt paragraph shortcut code? Is this .mh-excerpt ?
What is the paragraph shortcut code?I cannot change size of excerpt and paragraph at all.
I think it is somewhere in body structure.
General paragraph font refers to body font family. Have I to customize .mh-excerpt font attributes and paragraph atributtes separately?I dont know if you can help me, but I got a problems only with name these specific part of code.
Thank You!
FireBug is really usuful tool!I know what is CSS. But I am not quite sure what to do somehow.
Here is a temporary code for my navigation menu – site:
=========================================
body {
font-family: Impact,Helvetica,Arial,sans-serif;
font-size: 16px;
line-height: 1.4;
word-wrap: break-word;
}html, html a {
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}.widget_recent_entries li {
margin-bottom: 10px;
font-family: Impact, Helvetica,Arial,sans-serif;
font-size: 14px;}.widget_recent_entries a {
display: block;
}.widget_categories li {
margin-bottom: 10px;
font-family: Arial,sans-serif;
font-size: 12px;}.widget_categories a {
display: block;
}.widget_archive li {
margin-bottom: 10px;
font-family: Arial,sans-serif;
font-size: 12px;}
}.widget_archive a {
display: block;
}.widget_archive li {
margin-bottom: 10px;
font-family: Arial,sans-serif;
font-size: 12px;}
}.widget_archive a {
display: block;
}.entry-header .post-date span {
color: blue;
}
=================================================
post-date code doesnt work for me, only if I put color for background.How to add /link/hover/visited/ to these sections? Generally I can add it for a whole document.
Besides there is a Google Font Manager plugin. Unfortunetely it needs to be activeted by API Key. I dont know how to get this.
So how to add some featured fonts? I know that I have to install a plugin, configure the font inside, and then put a line to my CSS, right?
Maybe it is better to use Typekit Fonts for WordPress?
I dont know if it a good starting point……
Have I to disable ‘Use Any Font’ Plugin?
I mean I can change everything what I need with it. But a free version is limited to only one font. So I changed h1, h2, h3, h4 using my one original copyrighted font..Then try to replace menu fonts as marked here https://www.bild.me/bild.php?file=3468281capture_001_10112015_095511.jpg
FireBug seems to be a nice tool, but I dont know which class the elements of the menu are reffering to. I think Easy Google Fonts would be faster?