Tagged: Nikko
-
AuthorPosts
-
November 1, 2016 at 8:48 pm #706847
Hello, I am using this code below to customize the font text subheading.
.av-subheading {
font-size: 18px;
text-align: left;
line-height: 1.7em;
font-family: ‘montserrat’, sans-serif;
color: # 747474;
}Do not load the font MONTSERRAT online. Because? What am I doing wrong?
LINK
November 3, 2016 at 5:20 am #707508Hey mleite1,
You might need to use this plugin to enable montserrat font https://wordpress.org/plugins/wp-google-fonts/ and be able to use it in Quick CSS.
Best regards,
NikkoNovember 3, 2016 at 11:20 am #707670I will try and give you a return.
tksNovember 3, 2016 at 12:15 pm #707684Hi,
You’re welcome, just let us know if it works or not :)
Best regards,
NikkoNovember 3, 2016 at 2:13 pm #707724Help me. I want to change the source of the Subheading (Special Heading) and Title Caption Slider. They are part of what option below?
All (body tags)
Headline 1 (h1 tags)
Headline 2 (h2 tags)
Headline 3 (h3 tags)
Headline 4 (h4 tags)
Headline 5 (h5 tags)
Headline 6 (h6 tags)
Blockquotes
Paragraphs (p tags)
Lists (li tags)November 3, 2016 at 2:40 pm #707742Hi,
Here are the options:
Special Heading = Headline 3
Subheading = Paragraphs (caution: changing this will change all paragraphs in the site better tweak using Quick CSS)
Title Caption Slider = Headline 2These are global changes which means it affects all of your site, if you only need it to specific parts just use Quick CSS.
Best regards,
NikkoNovember 4, 2016 at 6:36 pm #708389hello, get me a question. This code below is correct? I change the information in it and nothing happens.
/
.av-subheading {
font-size: 23px;
text-align: left;
line-height: 1.6em;
font-family: ‘montserrat’;
color: # 747474;
}LINK
November 5, 2016 at 11:40 am #708665Hi,
Yes, it’s the right one, I see your code taking effect except the font size, try to add ! important, your code should look like this:
.av-subheading { font-size: 23px !important; text-align: left; line-height: 1.6em; font-family: ‘montserrat’; color: # 747474; }
Let us know if it helps :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.