Customisation lost when updating theme

Discussion in 'Local Business WordPress Theme' started by tpsarkis, May 17, 2013.

  1. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    Hi
    I need some help with this.
    I just updated the theme to the latest version and lost some customisation and can't remember what I need to do all over again.
    I managed to reupload the image logos for Ivisalign and Zoom on the top right of the page but I noticed that the 'Treatments' page is aligned slighly further down and the 'Blog' and 'Contact' page isn't showing the logo.

    The other thing I need to do again is the Telephone Number at the top right of the header.
    I had edited the size in the previous theme but now I can't remember how to do this.

    Kindly help me sort these issues out. I think in future I won't be updating for sure.
     
  2. tpsarkis

    tpsarkis Member

    Joined:
    Oct 18, 2012
    Messages:
    55
    Likes Received:
    0
    I uploaded the old header php file to the new theme update but it makes no difference.
    The phone number has now shifted to the left and needs to be aligned right and the size needs to be increased.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For your first issue, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-title img {
    padding-left: 395px;
    }
    This will solve your alignment issue on the 'Treatments' page.

    Now, Go to the blog.php and template-contact.php file present in your theme directory and add the code to these file for the image Ivisalign and Zoom as you have added in the page.php file. This will solve your Blog and Contact page issue.

    For your second issue, paste the following code in your Custom CSS
    Code:
    .call-us {
    float: right;
    font-size: 30px;
    }
    You can increase or decrease the font by changing the value of font-size.
    This will solve your alignment and size issue.
     

Share This Page