Colorway Theme-WP Local Biz Agency - Remove Colorway link in Footer

Discussion in 'ColorWay WordPress Theme' started by sherri2207, Apr 29, 2019.

  1. sherri2207

    sherri2207 New Member

    Joined:
    Dec 28, 2011
    Messages:
    28
    Likes Received:
    1
    I purchased WPLocalBiz JV (Unlimited Sites) - Agency License and I can't find out where to remove the link: ColorWay WordPress Theme by InkThemes.com from the site I am building for my client. I do not have access to remove it from appearance >theme etc because it is not there. It is also not available in footer sections so please advise on how to get rid of it. This site is going live with fb ads on Wednesday so I need a solution quick. Thanks Sherri
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    You can hide the line via this code:

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    div#inline3.right-navi.copy-text p a {
        display: none;
    }
    Or if you want some default content to be place there then we will do it via coding.

    So just share the text you want to place and the following login details at [email protected] along with the thread link.

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

    We will do the needful.

    Regards,
    Shemaela
    InkThemes.com
     
  3. cjriceperez

    cjriceperez New Member

    Joined:
    Nov 7, 2016
    Messages:
    3
    Likes Received:
    1
    Location:
    Palm Springs
    just curious why is there no way to edit it from within the customization tab? If I want to display my company name will I have to provide you with the login details for every site I do? Will there be an update to solve this?
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    As this is our tagline to feature our theme brand name so there was no option to change to it from the customizer panel.

    But we gave flexibility to our pro users so that they can hide this via CSS or we can change the tag line for their convenience.

    We will update the theme in future for our pro users so that they can change the tag line according to there need.

    Let me know if you want to change the tagline, then, for now, we will do it for you.

    Also, you can hide the tagline via this CSS code given below,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    div#inline3.right-navi.copy-text p a {
        display: none;
    }
    I hope the above information will be helpful to you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page