Removing old copyright container
-
Hi Satish
On all my pages, there is a stubborn bit of copyright text which I can’t seem to address or remove! Below, I have copied the element, with all the styles. I have tried adding additional CSS using the editor, but the various things I have tried will not remove it. Can anyone suggest how I might remove it, or at least change it to something useful, please?<!DOCTYPE html>
<html class=”no-js” lang=”en-GB” prefix=”og: https://ogp.me/ns#”>
<head>
<title></title>
<style>
#copyright-container {
background: #0d0c10;
font-family: “Open Sans”,sans-serif;
font-size: 0.8em;
font-weight: 300;
color: #e6e5eb;
}
body {
font: normal 17px/1.6em ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
color: #1c1a23;
}
body {
height: 100%;
}
body {
background: #09090c;
}
body {
margin: 0;
}
body, #side-pane {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
body {
left: 0px;
}
html {
min-height: 100%;
position: relative;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
#wrapper, .hybrid {
width: 1260px;
margin: auto;
max-width: 100%;
}
.hybrid {
width: 1260px;
}
/* @media only screen and (max-width:800px) */
.hybrid {
width: 100%;
}
.inner {
padding: 0 40px;
}
/* @media only screen and (max-width:1200px) */
.inner {
padding: 0 20px;
}
.inner.hybrid {
box-sizing: border-box;
}
/* @media only screen and (max-width:800px) */
#copyright-container .hybrid {
width: 100%;
box-sizing: border-box;
}
#copyright-container .inner {
padding: 20px 40px;
text-align: center;
}
ul, ol {
padding: 0;
list-style: none;
}
#footer-links {
text-align: center;
margin: 0;
}
a {
text-decoration: none;
color: #09090c;
}
a {
background-color: transparent;
}
a:hover {
text-decoration: underline;
}
#copyright-container a {
color: #f7f6f8;
text-decoration: none;
}
#copyright-container a:hover {
color: #007aff;
}
ul li {
list-style: disc;
margin-left: 1.25em;
}
#footer-links li {
display: inline-block;
list-style: none;
}
#footer-links li a {
padding: 5px 6px;
}
</style>
</head>
<body class=”wordpress ltr en en-gb parent-theme y2019 m03 d07 h13 thursday logged-out home singular singular-page singular-page-8 page-template-default desktop layout-l-sb container-regular single-regular”><div id=”copyright-container”>
<div class=”inner hybrid”>
<ul id=”footer-links”><li class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-831″ id=”menu-item-831″>Privacy Policy
Hereford computer help </div>
</div></body>
</html>The page I need help with: [log in to see the link]
- The topic ‘Removing old copyright container’ is closed to new replies.