cog icon cannot change to text

This topic contains 6 replies, has 4 voices, and was last updated by  Alex Rollin 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #451994

    fbernall
    Expired Member
    Post count: 53

    Greetings, I’ve added the

    .fa-cog:after {content: " Advanced Filter";}

    But the cog still shows, I will display the text for a nanosecond and go right back to the clog.. What am I missing?

    Thanks.

    #452000

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. Could you try using the custom CSS code below and see if it works?

    
    
    svg.svg-inline--fa.fa-cog.fa-w-16 {
        display: none!important;
    }
    
    button.showFilters:after {
        content: "Geodirectory"!important;
        color: #fff!important;
    }
    #452002

    fbernall
    Expired Member
    Post count: 53

    Bingo Brother! Thank you!

    #452003

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #452006

    Foster
    Full Member
    Post count: 164

    Hi, I was having this same issue after upgrading to the new version of UsersWP. Unfortunately it has messed my search form (Supreme Directory) as well.

    #452011

    Kor
    Moderator
    Post count: 16516

    Hi Foster,

    Thanks for your post. Could you please open a new topic for this?

    Thanks!

    #452018

    Alex Rollin
    Moderator
    Post count: 27815

    @foster – the UsersWP version of FA is slightly ahead of GD. This will be fixed in the next update of GD.

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

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

Open Support Ticket