• The top Paragraph block on the sidebar should contain a visible link on the word “Zoom.” It is a link, but it does not show up as one – how can I correct the formatting?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi There

    add this css

    #block-23 p>a {
        text-decoration: underline;
        color: #00683b;
    }

    and let me know if it’s good for you

    Thanks

    Thread Starter granitesociety

    (@granitesociety)

    Unfortunately this did not work.

    The code given above should work.

    Where did you put the code? (I don’t see it on your site.)

    And did you copy and paste the exact code given?

    Thread Starter granitesociety

    (@granitesociety)

    I did put the exact code in, and I put it at the end of style.css
    I removed it after it did not work.

    I put it back so you can see it if that helps.

    Thread Starter granitesociety

    (@granitesociety)

    Just added it in the right place – at the Additional CSS section on the appearance editor page. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link not visible in Paragraph block on Sidebar’ is closed to new replies.