Add Text in Header

Discussion in 'Cloriato WordPress Theme' started by thatkatiedid, Nov 26, 2018.

  1. thatkatiedid

    thatkatiedid New Member

    Joined:
    May 14, 2013
    Messages:
    8
    Likes Received:
    0
    I would like to add some text (phone number, hours open) centered in the space to the right of the logo (vertically and horizontally centered), and underneath the Facebook button and search box. Could you please help me with that?

    I'm also having an issue with the logo on the mobile version of the site. It centers when the phone is turned horizontally, but when it is vertical, the logo gets cut off on the right hand side.

    naughtonrecycling.com

    Thank you so much for your help!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Yes this I will add these fields for you

    Just send me the screenshot on how you want to add the fields in the topmost header of the theme.

    You can take the screenshots via https://www.screenpresso.com/

    I will make the theme option for the same so that you can change the phone number by yourself if needed.

    Kindly send the below-mentioned credential details.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Also, for making the logo view in mobile view then, just paste the code in the Additional CSS section of the theme.
    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    @media only screen and (max-width: 480px)
    {
    .header .logo a img {
    width: 70%;
    }
    }

    Regards,
    Akbar
    InkThemes.com
     

Share This Page