Hi helpful people, I am trying to change the font from museo to open Sans on the homepage heading and titles on the home page feature titles on margaretriverexposed.com.au. I would also like to decrease the font size on the homepage heading. I have use the following in style.css but have obviously done something wrong. Many thanks Liz <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> } @font-face { font-family: 'Open Sans', sans-serif;; src: url('font/Open Sans-sans-serif-webfont.eot'); src: url('font/Open Sans-sans-serif-webfont.eot?#iefix') format('embedded-opentype'), url('font/Open Sans-regular-webfont.woff') format('woff'), url('font/Open Sans-sans-serif-webfont.ttf') format('truetype'), url('font/Open Sans0-regular-webfont.svg#OpenSans') format('svg'); -webkit-font-smoothing: subpixel-antialiased; font-weight: normal; font-style: normal; }
Hi, Greetings from InkThemes, To change the font, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-content h1 { font-family: open sans-serif; } This will change the font of all H1 headings. Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Hi, Liz.. Please use below code for that.. Code: .slider-wrapper-container h1 { font-size: 20px; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com