• Resolved tgray87

    (@tgray87)


    my site – https://www.punchclockhero.com

    When you click on a featured image, it brings up a page. When you click on an image on that page, a white box appears around the image and also there are intersection lines around the box. Is there a way to make them go away?

    Also, at the bottom of the page there are white lines – if you know the code that I need to alter to change the color, I’d appreciate it ??

    Thanks sooooo much for this theme! I searched around so long trying to find a simple, elegant theme for a portfolio and this one hit the nail on the head!

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    a:focus {
        outline: 0;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    By the lines on the bottom I assume you mean the nav arrows.

    To edit color try this:

    .post-navigation a {
        color: red;
    }

    This for hover color edit:

    .post-navigation a:hover {
        color: green;
    }

    Just edit the colors

    Thread Starter tgray87

    (@tgray87)

    That worked like a charm! Thanks so much!

    Awesome,

    Please mark as resolved.

    Thanks

    tgray87 – I’m glad you like Boardwalk, your customization is really original.

    Northwoods Creative – thanks for helping out with this custom CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing lines in post image selection’ is closed to new replies.