Getting no attention in the 4.0 thread, and this is a fairly urgent issue, so posting here:
Since updating Newspaper theme to version 4.0.2 none of the custom CSS on my website seems to work, leaving the page looking nothing like it used to, and how I prefer it.
Can you please look into this and see if you can find a solution for me?
This is the custom CSS I’ve added to Theme Panel, that now has no effect:
blockquote p {
font-size: 22px !important;
line-height: 28px !important;
}
body {
font-family: ‘Open Sans’, sans-serif;
}
.td-post-text-content {
line-height: 22px;
.menu-item {
text-transform:uppercase;
}
.td-sbig-title, .td-big-grid-title a {
text-transform:uppercase;
}
.faktaboks {
width: 240px;
float: right;
background-color: #2d9dd8;
margin: 6px 0 6px 22px;
padding: 12px 12px 6px 12px;
text-align: left;
color: #ffffff;
}
.faktaboks h3 {
margin: 0 0 12px 0;
text-align: left;
color: #ffffff;
}
.faktaboks ul {
margin: 0 0 10.5px 14px;
}
.faktaboks p {
margin-bottom: 10px;
}
.td-page-title a, .td-page-title span {
font-size: 40px;
line-height: 44px !important;
}
h1 {
font-size: 40px;
line-height: 44px !important;
text-transform:uppercase;
}
.post header h1 {
font-size: 40px;
line-height: 44px !important;
}
.td-post-text-content h2 {
color:#2d9dd8;
font-size: 32px;
font-weight: normal;
margin-bottom: 12px !important;
}
.td-post-text-content h3 {
font-size: 22px;
line-height: 24px;
font-weight: bold;
margin: 12 px 0px 12px 0px;
}
.wp-caption-text {
text-align: center;
}
.td-featured-image-caption {
text-align: left !important;
}
.post .td-sub-title {
color: #3d3d3d;
font-weight: bold;
}
.header-search-wrap {
display:none;
}
Hi,
With the new post template and latest theme versions we have changed some classes but I have tested the css you’ve sent me on your site and should work fine, i don’t know why this custom css does not work when you add in custom css section, please make sure you remove it and then paste it again and savce it, go back and see if the changes have been made. If not you can give wp-acces to check this, send an e-mail at contat@tagdiv.com with your username and password and also include a link to this topic or specify the issue details.
Also i found this piece on your css that you can remove it, it dose not do anything:
.td-post-text-content {
line-height: 22px;
And i haven’t tested the .faktaboks class from the css, it’s must be coming from a plugin because we don’t have a class like that in the theme, but should work also if that class has not been changed.
Hope this helps!
Thanks for the message!
Hi Lucian,
Thanks for your reply. I have tried removing and adding the CSS to no effect. I’ll try checking with wp-access.
I’ll remove the unnessescary line of CS. The faktaboks is a custom div made by myself in order to insert text boxes with facts relating to the article, as I could not find an option for that within WP. It worked fine up until the custom CSS stopped working.
Thank you for your help!
Hi,
Please try to add this !important to all custom CSS.
Like this:
.header-search-wrap {
display:none !important;
}
Afterwards try to see if it’s working, if not please send your wp-admin username and password at contat@tagdiv.com so we can check, please also send the link to this topic.
Thanks
