Icons from Frontpage changed after update

This topic contains 5 replies, has 4 voices, and was last updated by  Naveen Giri 4 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #533824

    findedeineband
    Free User
    Post count: 23

    Hi Guys,

    just saw that the icons on my frontpage changed 🙁 how can i get back the old one.

    thx 4 your support

    can be closed! Problem Solved via updating supreme theme

    #533849

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    thanks for reporting, we are looking into the issue.

    #534072

    Naveen Giri
    Moderator
    Post count: 1559

    Hi findedeineband,

    Please use following css in theme customiser.

    
    
    
    .geodir-categories-container ul li {
    	display: inherit !important;
    }
    

    Thanks

    #535059

    gruppopegaso
    Lifetime Member
    Post count: 85

    Hi I have the same problem but using your code the result is really not like old version on which all our site was based.

    The icons are no more of the same dimension on desktop visualization. But large and thin without any simmetry.

    The new one is terrible on mobile and this code doesn’t affect mobile and the icons are no more readable.

    How to turn back to previous visualization? Totally

    #535060

    gruppopegaso
    Lifetime Member
    Post count: 85

    Resolved with this two codes in theme customizer

    
    .geodir-categories-container ul li {
    	display: inherit 
    		!important;
    		width:100px;
    }
    
    @media only screen and (max-width: 767px) {
    	.geodir-categories-container 
    	ul li {
    	display: inherit 
    		!important;
    		width:65px;
    }
    	
    #535083

    Naveen Giri
    Moderator
    Post count: 1559

    Hi gruppopegaso,

    I haven’t noticed such issue on our test site and local.
    It should probably be some conflict with existing custom CSS.

    Glad you found the solution on your own.
    Let us know if you need any further help with it. we will be happy to help you on a new support ticket.

    Regards
    Naveen

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

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

Open Support Ticket