Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #707508

    Hey 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,
    Nikko

    #707670

    I will try and give you a return.
    tks

    #707684

    Hi,

    You’re welcome, just let us know if it works or not :)

    Best regards,
    Nikko

    #707724

    Help 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)

    #707742

    Hi,

    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 2

    These 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,
    Nikko

    #708389

    hello, 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

    #708665

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.