• Resolved CharlyIBC

    (@charlyibc)


    Preface: I have in place a plugin to not show my site until completed. Sorry I don’t have an example.

    I’m using the Photolistic theme and tried for hours to find what part places dashed/dotted boxes around links in menu/on page details/on images. When I click on something in my site and go there, then go back to the previous page, whatever I clicked on is surrounded by a box. How can I remove it?

    I presumed it was from a:visited, but no code I’ve tried removes the darn ugly dotted box. ??

    Thanks in advance for any assistance to keep my sanity! ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter CharlyIBC

    (@charlyibc)

    I thank everyone for their attempt to help! Right now my head is about to explode and getting my store up is far more important than creating a child. I’ll just keep copies of everything until I have the time to waste on a child. ??

    The Child functions.php – never edit the parent one.

    Also, another option I gave was a Custom CSS Plugin option.

    You may already have Jetpack installed? It has a good Custom CSS module. If you do not need or want the other modules, you can deactivate them all, use the ones you want, or search for another Custom CSS Plugin listed as compatible with WP3.8 (which is the version we should all be using).

    Thread Starter CharlyIBC

    (@charlyibc)

    I did find the solution for this awhile ago, but thank everyone for trying to help.

    If anyone is interested, under my custom.css I put this code in:

    a:active, a:focus {
      outline-style: none;
      -moz-outline-style:none;
    }
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘How to remove dot/dash boxes?’ is closed to new replies.