Hi
Can you help me with few of these please:
1. I want to use the google font ‘titilium web’ on my site, i’ve added this code below into the style css but i’m not sure if i’m doing it right as I couldn’t see the font on my page.
@import url(‘https://fonts.googleapis.com/css?family=Titillium+Web’)
@font-face {
font-family: ‘arrows’;
src: url(‘font/arrows.eot’);
src: url(‘font/arrows.eot?#iefix’) format(’embedded-opentype’), url(‘font/arrows.woff’) format(‘woff’), url(‘font/arrows.ttf’) format(‘truetype’), url(‘font/arrows.svg#arrows’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
body { margin: 0 auto; font-family: ‘Titillium Web’, sans-serif; font-size: 12px; line-height: 20px; color: #808080; background-color: #ffffff;}
2. How to add the social button into the header? (top header or under the logo) I need the facebook, instagram and pinterest icon.
3. Is there anyway to move the search to the top navigation? or have the search box display instead of the search icon that will only expand when you hover it?
Thank you.
Regards
Flo