Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • TomC Moderator
    #820872

    Try This . . . . . .

    If you haven’t yet done so, create a new file called "custom.css" within file path —> /templates/ja_jason/css/

    Within that custom.css file, pate the following CSS rule:
    .t3-header .logo-image img { display: none; }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    The "mouse Icon" looks like it may be a part of your background image – and, if so, cannot be removed other than modifying the background image itself.

    mcl2014 Friend
    #869991

    Hi There,

    I need help getting rid of the "that’s all" logo on my page.

    http://www.siteground143.com/~beaut277/

    please advise!

    Ninja Lead Moderator
    #871071

    This way will help you get rid of the logo on your site

    Create templates/ja_jason/css/custom.css file and add new rule

    .t3-header .logo-image a {
        display: none !important;
    }
    mcl2014 Friend
    #876705

    Hello Ninja,

    thank you for your response.

    still can’t figure this out.

    could you please provide step by step help for this?

    Ninja Lead Moderator
    #876778

    Please look at my screenshot below, you will see with my solution above, the logo on your site is gone. If you could not solve this bug, you can send me the admin login and FTP account via your request and set as private reply. I will help you out


    1. Screen-Shot-2016-02-05-at-09.20.36
    mcl2014 Friend
    #877326
    This reply has been marked as private.
    Ninja Lead Moderator
    #878235

    I applied as my solution above and solved the problem on your site, please check it again.

    mcl2014 Friend
    #879203
    This reply has been marked as private.
    Ninja Lead Moderator
    #879566

    I have removed the J logo on your site, please check it again and give me the link if you still see it on your site.

    mcl2014 Friend
    #880120

    Hi Ninja,

    thank you I appreciate you getting rid of the J logo.

    but now what I am asking is for the "that’s" all writing on the home and portfolio page to be taken off.

    could you do that for me?

    would be greatly appreciated!

    Ninja Lead Moderator
    #880299

    I removed it directly on your site with the solution below

    .ja-masonry-wrap #infinity-next {
        display: none !important;
    }
    mcl2014 Friend
    #880816

    Hi Ninja lead,

    you are a lifesaver thanks so much!

    one last thing (I promise)

    Portfolio and contact, the tabs on top. When I hit them, they turn black once you arrive at the page.

    How do I make sure they stay white like the first two tabs?

    Ninja Lead Moderator
    #881381

    Yes, I have added the CSS style to custom.css file on your site

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
        color: #ffffff;
    }

    The problem on your site is gone.

    mcl2014 Friend
    #881462

    Ninja Lead,

    i am extremely appreciative!

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 3 voices, and was last updated by  mcl2014 8 years, 2 months ago.

The topic ‘Getting Rid of Icons’ is closed to new replies.