Logo changes to Icon

This topic contains 3 replies, has 3 voices, and was last updated by  Ralph Morton 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #442662

    Ralph Morton
    Expired Member
    Post count: 13

    Apologies if this has been answered before. I have added a custom logo to my directory, when viewed on a smaller screen the logo is replaced by a person icon which link to my dashboard. I would rather just have the logo smaller and no icon. Where can I change this?

    Thanks

    https://directory.businessmotoring.co.uk/

    #442668

    Alex Rollin
    Moderator
    Post count: 27815

    There is not a setting for that so it would be a customization.

    Let me flag your topic and we can see if there is a workaround.

    #442738

    Kor
    Moderator
    Post count: 16516

    Hi Ralph,

    Could you please try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for?

    
    
    @media (max-width: 992px) {
    .site-logo-wrap .site-logo {
        display: block!important;
        text-align: left!important;
        width: 80%!important;
    }
    .site-logo-wrap {
        margin: 0px!important;
    }
    
    .dt-mobile-account-wrap {
        display:none!important;
    }
    }
    #443682

    Ralph Morton
    Expired Member
    Post count: 13

    lovely, thanks chaps. That has done it. Appreciated.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket