Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1142783

    WHy is the hyperlink color being used different than what is set in the ENFOLD general styling page? see picture below, the hyperlink is purple but enfold is set to a green color
    https://i.imgur.com/GSd6zZr.png

    #1142813

    Hey kilimats,

    I’m seeing the links as green on my end. Is that a link you have already clicked on or visited? That can be the reason why it’s showing a different color.

    Best regards,
    Jordan Shannon

    #1142871

    see private

    #1142875

    Hi kilimats,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1142883

    thanks!

    #1142886

    Not sure if related also, but i noticed that changes made with elementor editor sometimes doesnt reflect on the site for an hour or more, i have disabled my caching plugin too and same issue, is this related to cloudflare maybe?

    #1142888

    Hi,

    Are you running any custom css that could be structured wrong? This could prevent the styles from working.

    Also you can try the following in quick css:

    .elementor-inner a{
    color:#77c84c!important;
    }

    Best regards,
    Jordan Shannon

    #1142891

    Quick css worked thanks ! not sure if my css is corrupted, can i share the file with you maybe for analysis? if so how thanks!

    #1142893

    Hi,

    I’m glad the code worked. Are you running any custom css that wasn’t in the theme? That is usually where the error is. You can paste that in here.

    Best regards,
    Jordan Shannon

    #1142897

    Quite a lot actually, here my child theme css file

    #1142899

    Hi,

    This section seems odd to me:

    /*
    /*unknown
    
    .header-scrolled.header-scrolled-full .av-burger-menu-main.menu-item-avia-special a,
    .header-scrolled .av-burger-menu-main.menu-item-avia-special a {
        line-height: 75px !important;
    }
    */

    Specifically the first “/*”

    Best regards,
    Jordan Shannon

    #1142900

    /* means it is being ignored though, why does it matter?

    #1142901

    Here is a good example of the out of sync issue with elementor and the live page

    • This reply was modified 4 years, 11 months ago by yingyang.
    #1142903

    Hi,

    Yes but that first comment is not closed.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.