Social icons and search box

Discussion in 'Cloriato WordPress Theme' started by nicke63, Feb 17, 2013.

  1. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Hello,

    Just a few queries, which I hope you guys can help me out with.

    1) I have removed the search box in the header and I want to adjust the Facebook icon absolutely to the right. How do I do that.

    2) When clicking on links I wish that they will open in a new browser window like when you set target="blank". How to do that on social icons and read more links in col3 page?

    3) I have disable the search box for the webb, but it's visible in my iphone. Any code for disable it in other devices too?

    If necessary you can check my website at: www.trailrunningboken.se

    Many thanks in advance!

    /Niklas
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first and third issue

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    2.For your second issue

    *For social icon

    Go to header.php present in your theme directory and add the code given below

    Code:
    TARGET="_blank"
    Sending image for reference
    [​IMG]


    *For read more link

    Go to front-page.php.php present in your theme directory and add the code given below

    Code:
    TARGET="_blank"
    [​IMG]

    Use same process for others also.
     

Share This Page