- This topic has 21 replies, 3 voices, and was last updated 3 years, 3 months ago by amitmozar.
-
AuthorPosts
-
August 19, 2021 at 7:25 am #91549Theme Horse Support TeamKeymaster
Hi amitmozar,
We found there is a wrong syntax on the Additional CSS field that you shared. Please remove the comma sign (,) on line no 77. then check on live site after saving the change.
Thanks
August 19, 2021 at 7:32 am #91567Theme Horse Support TeamKeymasterHi Aylan Calletti,
It is not the issue on closing the curly braces. The braces are closed in the right way. the Curley braces that you mentioned is for the couple of blocks for media queries.
The actual issue is, there is a comma sign (,) on line no 77. Its the wrong syntax. For the group selector, there should not be comma sign (,) on the end selector.Thanks
August 19, 2021 at 1:21 pm #91597amitmozarParticipantHi,
I removed comma sign on line no 77. -> https://prnt.sc/1qbwmbz
But, still it is not resolving the issue.
August 20, 2021 at 7:27 am #91612Theme Horse Support TeamKeymasterWe found issue only from the codes on screen shot that you shared, there may be some other issues on other codes that were not included on the screen shot. Could you please share us your whole code of additional CSS field here so that we can check about the syntax issue.
Thanks
August 20, 2021 at 9:56 am #91614amitmozarParticipantbody:not(.single-post) .entry-meta .cat-links {
display: none;
}
.entry-meta .author {
display: none;
}
.entry-meta > .date:after {
content: “”;
}
.entry-meta.category-meta .cat-links a {
margin-right: 4px;
}
.entry-meta.category-meta .cat-links a:before {
content: “/ “;
}
.entry-meta.category-meta .cat-links a:hover:before {
text-decoration: none;
}
.entry-meta.category-meta .cat-links a:first-child:before,
.post-block .entry-meta.category-meta .cat-links a:before,
.post-img-wrap .entry-meta.category-meta .cat-links a:before {
display: none;
}
.post-wrap .post .entry-content,
.post-wrap .hentry .entry-content {
display: none;
}
.post .category-meta {
display: none;
}
body,
input,
textarea,
select,
pre,
pre code,
code,
caption,
blockquote:before,
.form-control,
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation li ul li.page_item_has_children > a:after,
.main-navigation .dropdown-menu a,
.main-navigation li ul a,
.entry-meta,
.entry-meta a,
.post-boxed .entry-content p,
.widget ul li a,
.entry-title a {
color: #000000;
}
.form-control::-webkit-input-placeholder {
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.form-control::-moz-placeholder {
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.form-control:-ms-input-placeholder {
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.form-control:-moz-placeholder {
color: #000000;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.site-description,
.entry-meta a
{
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}body:not(.single-post) .entry-meta .date {
display: none;
}
.info-bar .date ul li {
font-size: 0;
}
.info-bar .date ul li:before {
content: “Animation and VFX Jobs”;
font-size: 13px;
}
.post-wrap .entry-meta .comments {
display: none;
}.navbar-ad-section {
text-align: center;
}
@media (min-width: 1200px) {
.navbar-head .col-lg-4 {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.navbar-ad-section {
text-align: center;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
padding-right: 260px;
}
}August 20, 2021 at 12:50 pm #91619Theme Horse Support TeamKeymasterAll those codes are working very well. Please check by deactivating all the external plugins that you have installed in your site also download and the install the fresh copy of the Theme again.
Please let us know if the issue still persist.
Thanks
August 20, 2021 at 2:00 pm #91620amitmozarParticipantThanks a lot.
I removed the plugin ‘Autoptimize’ and it’s done.
Thanks again.
-
AuthorPosts
- You must be logged in to reply to this topic.