How to add Language flags

Discussion in 'RoadFighter WordPress Theme' started by kyriakos, Oct 15, 2013.

Thread Status:
Not open for further replies.
  1. kyriakos

    kyriakos New Member

    Joined:
    Sep 6, 2013
    Messages:
    2
    Likes Received:
    0
    I just finished my site and I would like to add 2 Flags for changing language on the right side of the Main Menu or above of the Telephone Number !!!

    Any idea how to do that ? The code and the page where can I add the code ?

    Thank you in advance.

    Kyriakos Topsoglou



     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php present in your theme directory and past the following code as shown in the image given below

    Code:
    <div class="lang-flag">
                          Enter your Language flags code here
                </div>
    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .lang-flag {
    float: right;
    margin-top: -30px;
    padding: 2px;
    }
    You can adjust these value as per your requirement.
    This will solve your issue.
     
  3. kyriakos

    kyriakos New Member

    Joined:
    Sep 6, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you very much Piyush for your assistance. God blesh you :)
    Take a look ;) now. www.ceramicc.com :D
     
Thread Status:
Not open for further replies.

Share This Page