• Closed
  • Lee Wilson
    Spectator
    January 18, 2016 at 7:28 am #23612

    If you go to http://www.marriagehelper.com, I’d like to add our phone number in the header. Maybe under where the social images are but to where it would look good. How can I add something to the header other than the logo and social images?

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    January 18, 2016 at 10:33 am #23618

    Hi,

    You will need to hire a developer to assist in this customization.
    We only provide assistance in customization that can be done using custom css.

    Thank you.

    Lee Wilson
    Spectator
    Posts: 8
    January 21, 2016 at 6:54 pm #23704

    I just need to know where to go. Editing the right side of the header should be something easily done in the Theme Customizer. Especially when someone has bought a premium theme.

    Imran
    Spectator
    Posts: 402
    January 22, 2016 at 11:15 am #23738

    Hi Lee,

    Thanks for writing in!

    If you wish to achieve something like this: http://prntscr.com/9tajix and http://prntscr.com/9tamtq. Please add the following code under Appearance -> Customize -> Custom CSS:

    #social:after {
    content: "+94 703 51152";
    color: #000000;
    position: relative;
    top: 55px;
    left: 193px;
    font-size: 22px;
    }

    @media screen and (max-width: 767px) {
    #social:after {
    top: 13px;
    left: 0px;
    }
    }

    Change the contact number, font size and color into the values as desired.

    Hope this helps!

    Thanks.