Hi, I have a couple of questions: The website is www.flatoutsweden.com roadfighter theme I have set featured picture in blog posts (our drivers) and when people press it I want them to go directly to the youtube clip that I have put a link to there, not to a blog page and then have to press the text buttom on that page to go to the youtube clip. Is it possible to change that so the button send the visitors directly to the clip? Then if I want to change the font, where do I do that? Do I go to editor or is it somewhere else? Thank you for all your help! Best Jannike
Hello, 1. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. 2.For your second issue Can you please explain your problem with the help of screenshot, where you want to change the font, so that we can give you the exact solution.
Hi again, Thank you for your answer. For the second question, if I want another "text" in the meny road "Home" "Rallytaxi" "Conference" "Sandell Rally School" "Gallery" "Contact", and/or the 3 subpages, "Rallytaxi" "Conference" and "Sandell Rally School". If I want to change that to Calibri, Verdana or Times new roman. Is that possible? www.flatoutsweden.com Thank you! Best Jannike
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a { font-family: symbol; } In place of "symbol" you can put your font. This will solve your issue.
Hi, Yes that solved the meny. If I want to change the text in the subpages? When I go to Rallytaxi, and the page that comes up then, how do I change there? Thanks! Best Jannike
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar h1 { font-family: symbol; } .content-bar h4 { font-family: symbol; } In place of "symbol" you can put your font. This will solve your issue.