Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #597791

    I would like to change <h1><H2> to Open Sans Extra Bold. I have already added
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600,800); and set my font weight to 800 but it is not showing up on the front end (see text “BROOKLYN COLLEGE COMMUNITY PARTNERSHIP”) below the slider. That is just one example of where I would like that text to appear extra bold.

    Here is what I need the final homepage to look like
    http://s7.postimg.org/o4ky2tzbv/finalhomepage.jpg

    My site
    http://1c5.964.myftpupload.com

    • This topic was modified 8 years, 8 months ago by navindesigns.
    #598442

    Any update on this?

    Thank you

    #598476

    Hey!

    i added following code to Functions.php file of your child theme

    function avia_add_google_fonts() {
    wp_enqueue_style( 'avia-google-fonts', 'https://fonts.googleapis.com/css?family=Open+Sans:400,800,600', false ); 
    }
    add_action( 'wp_enqueue_scripts', 'avia_add_google_fonts' );

    Please review your website now

    Regards,
    Yigit

    #598485

    Thank You So Much! Looks great

    One last thing, what is the short code to change the slider caption (WELCOME TO BCCP ONLINE!) title text to H2?

    #598489

    Hi!

    You are welcome!
    It is already H2 – http://i.imgur.com/44QyvBx.png :)

    Cheers!
    Yigit

    #598498

    But font weight 800 to match just like BROOKLYN COLLEGE COMMUNITY PARTNERSHIP text below

    #598502

    Hi!

    Please add following code to Quick CSS

    h2.avia-caption-title {
        font-weight: 800;
    }

    Best regards,
    Yigit

    #598504

    Thank you. You are AMAZING at your job. I wish I could make a paypal donation for all your help. Please let me know.

    #598512

    Hi!

    You are welcome, we are always happy to help :)
    Thank you for your kindness :)

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change "H1-H6" heading font styles’ is closed to new replies.