Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1188208

    Hello,
    I am trying to add a hyperlink inside a footer widget on WordPress. I can add a text box but not sure how to link it. Anyone has an idea?
    Thank you!

    #1188235

    I had the same problem.

    Are you running the autoptimize plugin on your site?
    It may be that the autoptimize plugin has a conflict with that, because it sets display:none to every “a” tag in the footer.

    • This reply was modified 4 years, 8 months ago by Hanomax.
    #1188242

    Hi,

    You can use Custom HTML widget instead and insert your link manually – https://www.w3schools.com/tags/tag_a.asp :)


    @hanomax
    thanks for your input! :)

    Regards,
    Yigit

    #1188405

    Hi

    Thank you, that now works. :)

    However, how do I apply a colour and underline to the code?

    Thank you!

    #1188416

    Hi,

    Could you please post a link to your website and elaborate on the changes you would like to make so we can provide you accurate custom CSS code? :)

    Best regards,
    Yigit

    #1188454

    Hi

    Thank you.

    We would like ‘Complaints policy’ (with existing Hyperlink) to show as follows:

    Option 1: Text in colour #dddddd

    Option 2: Text in colour #dddddd and underlined

    Website address sent privately

    Thanks :)

    #1188459

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #footer #text-7 a:hover {
        color: #dddddd;
    }
    #footer #text-7 a {
        color: #dddddd;
    }
    
    

    Best regards,
    Yigit

    #1188463

    Thank you

    However, unfortunately that hasn’t worked

    Any ideas?

    #1188465

    Hi,

    Please temporarily disable CSS minifying feature in your cache plugin, flush cache, refresh your page a few times. After it takes affect, you can enable minifying feature again.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1188474

    Hi

    Thanks, but no luck

    Log in details below

    #1188476

    Hey,

    You had a little typo error in your Quick CSS field which was stopping the code from executing. I fixed it. Please review your website :)

    Best regards,
    Yigit

    #1188893

    Great, Thank you!! :)

    #1188959

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1190384

    All good, thanks for your help :)

    #1190425

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Creating a hyperlink in footer’ is closed to new replies.