Want to display phone number in upper right-hand corner

Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Want to display phone number in upper right-hand corner

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36346
    Ane Murphy
    Participant

    Hi,
    I want to know how I can get a phone number to display in the header in the upper right-hand corner – opposite of the logo. I am using the celestial-reloaded theme and this is my new theme site: http://new.anemurphylaw.com/ and here is the old one: http://www.anemurphylaw.com/

    My client wants the phone number above the menu. I tried creating a background image with the phone number on it but that didn’t work.

    Any suggestions?

    #36347
    Binaya D
    Participant

    Hi Ane,

    We are really sorry to inform you that we haven’t kept this feature recently in our theme, so that we haven’t keep the phone number in demo also, but you can edit the theme file with the help of child theme or you can concern to the near by developer for it. But we will add this feature soon in our theme. We hope you understand.

    For the background image please use the following css to fix your issue;

    #cel-wrapper {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    #cel-header {
        background-color: rgba(255, 255, 255, 0.03) !important;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.