Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #775893

    Hello,
    I really like your theme but I think I’ve found a small bug.

    Please have a look on this page attached, if I remove the last blank spacer 1px, my menu links in the footer become grey instead of white. I’ve tried to remove all my customize css to check if there was a problem but not better. Only solution, add a 1px spacer white line.

    Can u have a look if there’s a problem in the theme?

    #776044

    Hey newki75,

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

    Best regards,
    Rikard

    #776072

    Sure :

    #776076

    Hi,

    I added following code to Quick CSS

    .footer_color a { color: white; }

    please review your website now

    Best regards,
    Yigit

    #776096

    OK I’ve seen it so I’ve tried to remove the bottom white spacer at the bottom of the page and the footer links became pink and no white. That’s why I think there’s a small bug somewhere… Have a look on this page :

    all other pages are OK with white footer links but not this one mentioned in private
    Tx Yigit!

    #776141

    Hi newki75,

    Here is the code that makes the links pink:

    
    #temoignages a {
        color: #d13574;
    }
    

    It is set in Theme Options > General Styling somewhere.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #temoignages a {
    color: #fff;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #776145

    OK I want to keep my links pink in the page, I thought the footer links were not impacted like on another theme. No pb, I’ll put back my white spacer 1px to make the clear all.
    Tx !

    #776176

    Hi newki75,

    Feel free to ask more questions if need any more help.

    Best regards,
    Victoria

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