• Hi

    How do I fix links that are no longer clickable using Additional CSS? My copyright text has a link that could be clicked before on but I did something wrong as I was editing CSS. Also, kindly advise me on how I can make the Trending Now section respond when hovered on, it also seems like a broken link now as it is not showing tags anymore.

    • This topic was modified 5 years, 3 months ago by afroimmersive.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @afroimmersive

    You can use the following code to fix it:

    #bottom-footer {
    	margin-top: 20px;
    }
    .tags-wrapper {
    	position: static;
    	width: auto;
    	visibility: visible;
    	opacity: 1;
    	transform: none;
    }

    Thanks 🙂

    Thread Starter afroimmersive

    (@afroimmersive)

    That worked perfect. Thanks a lot for assisting and for the great theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fix unclickable links’ is closed to new replies.