First of all i really enjoy the theme! Would it be possible to use google font raleway as font for titles and body text?
The menu on static pages is white as default color, which works out fine on our homepage since the jumbo hero image covers the whole area and the white menu works great. See: http://roundtable3.sg/.
On static pages and blog, there is a white header and 100px below starts the background image for blog and such.
Since the menu text default is white. you don’t see the menu. How can I customize the setting in such a way that the background image for static pages and blog start at the top (including moving the page title also little up). See: http://roundtable3.sg/news/journey-singapore-round-table-3/
Go to Appearance -> Customize -> Additional CSS and add this CSS, it will change the menu top links color to something else in the pages other than home page.
.single #menu-menu li a {
color: rebeccapurple !important;
}
Great, that worked, appreciate your quick reply!
How can i customise the font (headings and body) to google font: raleway?
is it possible to change the size as well?