• Resolved sahib195

    (@sahib195)


    Hi there,
    I am using the theme Karuna
    I have a problem with my page links including Site Logo, footer menu and any page button(except the any Submission Form button).
    Here is the site https://sahibtransport.com.au/
    When I click on the links, they just disappear after click and appears back when I release the mouse click. Header menu is working perfect.
    Can anyone please help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Has the style.css file in the theme been edited?

    The problem is caused by the CSS rule below, it hides every link when a user clicks it:

    a:active,
    .entry-title {
    display: none;
    }

    That CSS rule does not appear to be in theme by default. If it has been added manually, please remove it.

    Any edits made directly to theme files the theme will be lost/overwritten if the theme is updated.

    If the CSS rule hasn’t been manually added to the stylesheet, please try overriding it by adding the CSS rule below to the customizer in Appearance > Customize > Additional CSS:

    a:active {
    	display: initial;
    }

    If adding that CSS rule doesn’t resolve the issue, please keep it in the customizer so I can try troubleshooting it further.

    Thread Starter sahib195

    (@sahib195)

    Problem solved, Thanks for that

    I did not edit that css but now added that

    `a:active {
    display: initial;

    which helps the Job done.
    Thanks again

    You’re welcome, glad I could help. Enjoy the rest of your weekend ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links disappear after click’ is closed to new replies.