Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I reapplied the 1.1 theme files and the problem is still there. Ive fixed it for the time being with customer CSS for lato 300.
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype'); }
If you’re testing it on your own you need to make sure that the body font and footer font are set to another font. I’ve got Menu set to 700 weight and body to 400 and headings to 300. It is successfully applying the 300 weight in the CSS but it is not loading the font so it is not displayed as 300 weight. You won’t notice it if you also have the body text set to the same font because then the font will be successfully loaded.
yeah I’ve got the newest version. If this line loads them in order of what they are set in the font options area (header, body, menu) the it seems like its trying to load one of the fonts just as ‘google’.
google: { families: ['Lato:400', 'google', 'Lato:400', 'Vidaloka'] }
I’ll try uploading the 1.1 files again and see what happens.
you could search for
nav#main-navigation .menu > li > a span.nav-line
in the style.css file and comment out the whole class.Although then you won’t have a line under the currently open page either.
You could add into the color customiser section something for the highlight colour. It’s a small thing but a nice touch.
E.g.
::selection { background-color: #FF0084 ; } ::-moz-selection { background-color: #FF0084 ; }
I have changed the font’s to lato but hasn’t made a difference.
in the header its got:
<!--// GOOGLE FONT LOADER //--> <script> var html = document.getElementsByTagName('html')[0]; html.className += ' wf-loading'; setTimeout(function() { html.className = html.className.replace(' wf-loading', ''); }, 3000); WebFontConfig = { google: { families: ['Lato:400', 'google', 'Lato:400', 'Vidaloka'] } }; (function() { document.getElementsByTagName("html")[0].setAttribute("class","wf-loading") // NEEDED to push the wf-loading class to your head document.getElementsByTagName("html")[0].setAttribute("className","wf-loading") // for IE var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'false'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script>
but it is not loading the 300 weight that I’ve got set for the headings
This reply has been marked as private.could there be different variations for the main menu design, such as different the ability to set an item as highlighted (useful for a login/signup button)
e.g. like on the design for the “try it” button on this site https://getbase.com/tour/
meant to post that in the feature request thread…
could there be different variations for the main menu design, such as different the ability to set an item as highlighted (useful for a login/signup button)
e.g. like on the design for the “try it” button on this site https://getbase.com/tour/
-
Posted in: We hit Power Elite.