Changes in top right contact info

Discussion in 'Blackriders WordPress Theme' started by designstouch, Apr 20, 2016.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    How can I make changes listed below to top right corner contact info?

    1, Remove background (button effect), remove hover effect, Add phone number and email address, change font color to black and alien text right.
    2, Have a tap to call feature for mobile viewers.

    URL: http://wordpress-4599-10360-106199.cloudwaysapps.com/

    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    add_contact_header.png

    Code is as follow..
    Code:
     <div class="call-text">
                  <a href="tel:+1800229933">Call US - 1800229933</a> <br />
                  <a href="#">[email protected]</a>
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    After adding the code, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call-text {
        float: right;
        color: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page