Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #654916

    On http://www.fitgutschein.de the socket text is white plus light red on hover for links (bottom right)

    only on https://www.fitgutschein.de/kontakt-anfrage/ the socket font color appears green.

    I have no idea what the reason might be. Can you help? Custom CSS pls see attached

    Thx a lot & best regards Tilman

    #654917

    BTW: I just see that the whole footer text shows a different (darker green) color on the a.m. page vs all others, too

    #655515

    Hi,

    Please try the following CSS as well:

    #avia3-menu li a .avia-menu-text {
    color: #3fba8b !important;
    }

    Regards,
    Rikard

    #655592

    Hi Rikard,
    thx – unfortunately no change visible…

    and I find very strange that it appears on this one page only…

    best regards Tilman

    #655991

    Hi,

    Ok, please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #662803

    HI,

    sorry for delay – pls find below

    Thx a lot & best regards, Tilman

    #664136

    Hi,

    Please check the “Highlight color” field in the General Styling > Footer panel. What is the color value set there? Or add this in the Quick CSS field:

    .footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .footer_color .blog-categories a, .html_elegant-blog #top .footer_color .blog-categories a:hover {
        color: #3fba8b;
    }

    Best regards,
    Ismael

    #664153

    Hi,
    the footer panel shows #e6968d, which ist correct on all pages – with the exception of the one page only as described
    Entering the CSS code does not change it.

    And it still makes me really wonder that the bug appears on this one page only https://www.fitgutschein.de/kontakt-anfrage/

    So if you have any other idea it would be great – thx a lot for your efforts & continuous support

    #665106

    Hey!

    Please replace the code with the following:

    .alternate_color a, .alternate_color .widget_first, .alternate_color strong, .alternate_color b, .alternate_color b a, .alternate_color strong a, .alternate_color #js_sort_items a:hover, .alternate_color #js_sort_items a.active_sort, .alternate_color .av-sort-by-term a.active_sort, .alternate_color .special_amp, .alternate_color .taglist a.activeFilter, .alternate_color #commentform .required, #top .alternate_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .alternate_color .blog-categories a, .html_elegant-blog #top .alternate_color .blog-categories a:hover {
        color: #b8f5da;
    }

    Regards,
    Ismael

    #665246

    Hi Ismael,
    thx a lot , this works. I suggest no “leaner” CSS is possible, right?

    #666052

    Hi,

    Try this:

    .alternate_color a {
       color: #b8f5da;
    }

    Best regards,
    Ismael

    #667337

    thx Ismael,
    I regret this did not work – but updating to 3.6.1 did :-)

    thx again & cheers

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Socket font Color differs on one page’ is closed to new replies.