How can I add a tagline?

Discussion in 'ColorWay WordPress Theme' started by contract1, Feb 2, 2016.

  1. contract1

    contract1 New Member

    Joined:
    Jun 1, 2015
    Messages:
    16
    Likes Received:
    0
    Currently the logo and tagline are one image, but how can I add the tagline as text? Right now you can barely see the tagline when viewing it in mobile version.

    Website: http://www.contractphoto.net/
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can do it with adding a little bit code in the source code of the theme...

    Please follow the steps given below.

    1) Upload your logo from theme option panel of your dashboard as mention in the screenshot given below

    colorway1.png

    2) Add code in header.php file as mention in below screenshot

    colorway2.png

    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.

    At last paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo h2 {
        margin-top: -52px;
        margin-left: 334px;
    font-size: 30px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .logo h2 {
        margin-top: 12px;
    margin-left: 0;
        margin-bottom: -11px;
    }
    }
    @media only screen and (max-width: 480px){
    .logo h2 {
        margin-bottom: -13px;
        margin-top: 14px;
        margin-left: 0;
        font-size: 30px;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. contract1

    contract1 New Member

    Joined:
    Jun 1, 2015
    Messages:
    16
    Likes Received:
    0
    This worked.
    Thank you!
     
  4. contract1

    contract1 New Member

    Joined:
    Jun 1, 2015
    Messages:
    16
    Likes Received:
    0
    So another problem. When I update my site. The changes don't show up in Internet explorer, but they do show up in Firefox. What can I do?
     
  5. priya

    priya Guest

    Hello,

    I have checked your site and it seems that you have just missed out some changes in your site...

    So to determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page