Remove and replace Top Right Contact Details

Discussion in 'ColorWay WordPress Theme' started by filippochiocchini, Jul 23, 2013.

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

    filippochiocchini New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    I need to permanently remove the Top Right Contact Details and replace it with an image. Unfortunately, the tips that I've found in the forum do not work for me...

    ty in advance
     

    Attached Files:

    • top.JPG
      top.JPG
      File size:
      28.2 KB
      Views:
      11
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the header.php file present in the Theme directory and edit the file as shown in the image given below.

    [​IMG]

    This will solve your issue.
     
    filippochiocchini likes this.
  3. filippochiocchini

    filippochiocchini New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
    Ty very much,
    I made ​​the changes but this solution also removes the image that I would rather keep, thanks see CATTURA1.JPG

    also entering the code no longer displays the image see CATTURA.JPG
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Undo the above customization and then follow the steps given below.

    1. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header-info p.cell {
    display: none ! important;
    }
    2. Go to the Appearance > Theme Option > General Settings >Home Page Top Right Address section in your dashboard
    and paste the code given below in the "Home Page Top Right Address" section.
    Code:
    <a href="Enter the your link here" target="_blank"><img class="first_img" src="Enter your image URL address here" width="210" height="86" /></a>

    See the image for the reference

    [​IMG]

    This will solve your issue.
     
    filippochiocchini likes this.
  5. filippochiocchini

    filippochiocchini New Member

    Joined:
    Jul 18, 2013
    Messages:
    9
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page