Compass Colour has changed again

This topic contains 6 replies, has 3 voices, and was last updated by  Birgit Wilde 5 years, 3 months ago.

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

Open Support Ticket

Tagged: , , ,

  • Author
    Posts
  • #462934

    Birgit Wilde
    Full Member
    Post count: 236

    Hello,
    some time ago I enterd the following css code to change the colour of the compass symbol and it worked fine..

    .svg-inline–fa.fa-compass.fa-w-16 {
    color:#a5afa8 !important;
    }

    .svg-inline–fa.fa-compass.fa-w-16:hover {
    color:#d3287d !important;
    }

    Now the compass is blue again, even though the code is still there and active.

    1. Why did this happen
    2. How can I change the colour of the compass (normal and hover)
    2. How can I make sure the colour won’t switch again to blue?

    Used Theme: surpreme directory

    Many thanks in advance for your support!
    Birgit

    #462942

    Kor
    Moderator
    Post count: 16516

    Hi Birgit,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    #462958

    Birgit Wilde
    Full Member
    Post count: 236
    This reply has been marked as private.
    #462989

    Alex Rollin
    Moderator
    Post count: 27815

    The last several versions of GD and Supreme/DS have seen changes to the way Font Awesome works.

    It is possible to change FA back to SVG, but currently it is set to use CSS on yoru site, and the CSS would look like:

    
    
    
    i.fa.fa-compass {
        color: pink;
    }
    

    Check this for more information about FA settings:
    https://wpgeodirectory.com/docs-v2/integrations/font-awesome/

    #463007

    Birgit Wilde
    Full Member
    Post count: 236

    Hi Alex,

    many thanks for the quick response. Actually my css for the compass used to look like you recommend before until for some reason it did not work anymore. Then support recommended to take the css code which I am using right now. Now this does not work properly anymore and now I must take the previous code again.

    Is there a way that I can just go with one code I can rely on?

    #463008

    Alex Rollin
    Moderator
    Post count: 27815

    Everything changes, in time. What you describe are the changes to FA. Review the settings doc. The settings are working now, and you can change them as you like. Your current CSS code is for the JS version. What you had before ia the CSS version. We implemented JS because it is the wave of the future but not all plugins are as future oriented as we are.

    #463161

    Birgit Wilde
    Full Member
    Post count: 236

    Ah, okay. Well, the compass is pink again and future orientatio is not so bad 🙂

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