Topic Resolution: Resolved
  • Closed
  • Raj
    Spectator
    July 30, 2015 at 3:53 am #19361

    How can I change the content of the Top Left Header? I want to put a graphic and link to have people subscribe to my email updates in that area.

    Thanks!

    Raj
    Spectator
    Posts: 11
    July 30, 2015 at 4:39 am #19362

    I was able to put code into the “Header phone number” field, but:

    a) I’d like it to start all the way to the left of the page, and

    b) eliminate (or change) the phone icon that is displayed.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    July 30, 2015 at 7:29 am #19372

    Hi,

    In WordPress admin -> Appearance -> Theme Options -> Custom CSS
    Please use the following codes.

    .header-info .t4p-icon-phone {
    display: none !important;
    }
    .header-info .phone-number img {
    left: 0;
    position: absolute;
    }

    Screenshot of result. http://prntscr.com/7yp6kn

    Thanks!

    Raj
    Spectator
    Posts: 11
    July 30, 2015 at 11:23 am #19378
    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 1:39 pm #19381

    Hi Raj,

    Thanks for writing in,

    Upon reading, the previous posts and your requirement, it seems that the code provided to you is correct as per your demand. Meanwhile, if you want to revert the changes, so you simply can remove the CSS code from your custom CSS. Meantime, please provide more clarification about your issue so we can take a look to that and provide you with a tailored response.

    Thanks.

    Raj
    Spectator
    Posts: 11
    August 3, 2015 at 9:30 pm #19523

    For some reason the code I had in the phone number field was incomplete. All good now, thank you for your help!

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:51 pm #19610

    You’re welcome! 🙂

    Raj
    Spectator
    Posts: 11
    August 5, 2015 at 4:42 am #19648

    Imran,
    I know why I thought it didn’t work. I keep running into this problem: often when I update any changes to the theme settings, the code that I have in the telephone field, is changed so that everything after “<a href=” is eliminated resulting in everything in the header to look weird.
    Ideas?