• Resolved Mag_ick

    (@mag_ick)


    edited this message as don’t know how to delete/unsubmit

    Header problem resolved through adding code to CSS Manager plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you let us know the CSS you added in case anyone has the same issue in future?

    Thread Starter Mag_ick

    (@mag_ick)

    Yes it was

    @import url(“../spun/style.css”);

    #masthead { opacity: 1; }
    #secondary { display: block; }

    and it only took effect when I entered it into CSS Manager (plugin)

    I would like to know how to make the footer opaque and visible on hover over… I dont know what the #name is as in #masthead

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks ??

    The name is #colophon. Try using Chrome’s built-in developer tool, it really helps exposing these names for you. For example, I right clicked on the footer and selected ‘Inspect element’ and was shown this: https://snag.gy/ET8Mj.jpg

    https://developers.google.com/chrome-developer-tools/

    Thread Starter Mag_ick

    (@mag_ick)

    Thank you Andrew, that looks like a great tool for those of us who are not that close to webdesign but want to make changes to our sites.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header opacity and circles as pages not posts’ is closed to new replies.