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

    Hello,

    I got six links in footer – column 1. Each of those links should get its own color on mouse over in contrast to the default setting.
    Is that possible to achieve? Thanks for your help!

    Best

    #666562

    Hey hasbeat!

    That sounds possible but can you please post a link to your website and a screenshot showing the changes you would like to make so we can make sure to provide you accurate solution and make sure that we are on the same page. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    #666601

    Yigit – If you need a temporary admin login, please let me know. Thanks!

    #666623

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and change colors respectively

    #footer #text-4 p a:nth-child(1):hover {
        color: red;
    }
    #footer #text-4 p a:nth-child(3):hover {
        color: red;
    }
    #footer #text-4 p a:nth-child(5):hover {
        color: red;
    }
    #footer #text-4 p a:nth-child(7):hover {
        color: red;
    }
    #footer #text-4 p a:nth-child(9):hover {
        color: red;
    }
    #footer #text-4 p a:nth-child(11):hover {
        color: red;
    }

    Regards,
    Yigit

    #666645

    Hi Yigit,
    Thanks for the code. Please have a look at the screenshot. Cheers!

    #666656

    Hey!

    You are welcome. What exactly should i be looking at in the screenshot? :)

    Best regards,
    Yigit

    #666661

    Hi Yigit – please compare the two screenshots. After adding the code the line above and blow the title were gone, the column width decreased and the height of the footer increased.

    #666681

    Hi!

    That should have not happened because of the code. If you do not mind, can you please create a temporary admin login and post it here privately?

    Best regards,
    Yigit

    #666695

    Hi Yigit,

    below the login credentials. Thanks for the AWESOME support you guys are providing!

    Best

    #667219

    Hi,

    I added the code to bottom of Quick CSS field and there is no change at all on my end. Please review your website now

    Best regards,
    Yigit

    #667238

    Yigit – Perfect. That´s exactly how my client wants it. Thank you!

    #667241

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing link colors on mouse over’ is closed to new replies.