Menu Bar Addition Needed

Discussion in 'Traffica WordPress Theme' started by garfie, Feb 7, 2018.

  1. garfie

    garfie Member

    Joined:
    Dec 27, 2017
    Messages:
    32
    Likes Received:
    0
    Hi,

    I was hoping for a modification to my Traffica Theme Menu Bar area. The area in Red is what I am referring to as the Menu Bar. I would like to add a telephone number and email address in the green area. Can you give me a screen shot of which file I need to modify and where? I can handle the anchor tags myself.

    Thanks for all of the help!

    Traffica Menu Bar.jpg
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    As per your requirement, I would like to inform you that - This will require some source code customization in the theme which is time-consuming and would be done specially for you by our team.

    As per InkThemes WordPress themes and plugin customization policy, we will charge you $30 for this customization.

    Kindly, transfer the payment of $30 directly to our PayPal account.

    Here is the PayPal id - [email protected]

    Once you make the payment do share your transaction details.

    We will start customization and will try our best to deliver the customized work in a mentioned timeline.

    Waiting for your confirmation.

    Regards,
    Akbar
    InkThemes.com
     
  3. garfie

    garfie Member

    Joined:
    Dec 27, 2017
    Messages:
    32
    Likes Received:
    0
    Akbar,

    Thank you for your reply. I will seriously consider getting this modification done along with some other things I am considering. I apologize for the delayed response. My main computer had some issues and we ended up replacing the motherboard. I think we have everything sorted out now.

    Perhaps we can find a work around. The code below puts the telephone number in a large button on the desktop version right under the menu bar.
    .call-us {
    display: inline-block;
    float: right;
    }
    @media only screen and (max-width: 479px){
    .call-us {
    display: block;
    float: none;
    }
    }

    Is there a way to make this button smaller by modifying the code above? Let's say... 50% smaller?

    As always, your help is greatly appreciated.
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Thanks for getting back to us,

    Will you please share your website URL here and also share the edited screenshot of the concerned area here. So that we could assist you better and give you CSS codes accordingly.

    And for the customization, do let me know if you ready to go ahead.

    Waiting for the confirmation.

    Best Regards,
    Akbar
    InkThemes.com
     

Share This Page