Url link in blog post

Discussion in 'RoadFighter WordPress Theme' started by flatoutsweden, Aug 23, 2013.

  1. flatoutsweden

    flatoutsweden New Member

    Joined:
    Aug 13, 2013
    Messages:
    9
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. flatoutsweden

    flatoutsweden New Member

    Joined:
    Aug 13, 2013
    Messages:
    9
    Likes Received:
    0
    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
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  5. flatoutsweden

    flatoutsweden New Member

    Joined:
    Aug 13, 2013
    Messages:
    9
    Likes Received:
    0
    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
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page