-
AuthorPosts
-
November 24, 2017 at 1:23 pm #881172
Hello,
I found this Quick CSS which helped me to remove tghe date on my posts, which works.
.slide-meta {
display: none !important;
}
But the date is still showing on “Latest News” as I called it in the Footer- and Sidebar-Widget. How can I remove also this dates? A Link to the site I send you in Private Content.Thanks a lot for helping!
ClaudiaNovember 25, 2017 at 12:47 am #881443Hey claudipro,
Add this to quick css:
#footer .news-time{ display:none!important; } .news-wrap .news-time{ display:none!important; }
Best regards,
Jordan ShannonNovember 27, 2017 at 12:24 pm #882185Hi Jordan,
I just tried this Qick CSS but it is not working. I also have this Quick CSS for not showing date on the Blog Beiträge and this is working:
/*no date for blogpost*/ -> it works!
.slide-meta {
display: none !important;
}-> this doesn’t works!
#footer .news-time{
display:none!important;
}
.news-wrap .news-time{
display:none!important;
}Maybe you have some other Idea or where the mistake can be?
Thank you for helping
ClaudiaNovember 27, 2017 at 4:51 pm #882276Hi,
Do you have any custom css that may be formatted wrong? This could prevent the provided css from running.
Best regards,
Jordan ShannonNovember 27, 2017 at 5:22 pm #882289I got this Quick CSS from your company for the Accordion, button hover color, tabellenfarbe and no date for general blogpost and the size of blogpost for mobile phone. What is surprising me is the double } on the end. But when I take it off than the Logo and the Menu touching each other.
Greetings Claudia/* Accordion Tabs Color*/
.av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(4) .toggler, .av_toggle_section:nth-child(4) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(5) .toggler, .av_toggle_section:nth-child(5) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(6) .toggler, .av_toggle_section:nth-child(6) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}
.av_toggle_section:nth-child(7) .toggler, .av_toggle_section:nth-child(7) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(8) .toggler, .av_toggle_section:nth-child(8) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(9) .toggler, .av_toggle_section:nth-child(9) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(10) .toggler, .av_toggle_section:nth-child(10) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(11) .toggler, .av_toggle_section:nth-child(11) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(12) .toggler, .av_toggle_section:nth-child(12) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(13) .toggler, .av_toggle_section:nth-child(13) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(14) .toggler, .av_toggle_section:nth-child(24) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(15) .toggler, .av_toggle_section:nth-child(15) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(16) .toggler, .av_toggle_section:nth-child(16) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(17) .toggler, .av_toggle_section:nth-child(17) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(18) .toggler, .av_toggle_section:nth-child(18) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}
.av_toggle_section:nth-child(19) .toggler, .av_toggle_section:nth-child(19) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(20) .toggler, .av_toggle_section:nth-child(20) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(21) .toggler, .av_toggle_section:nth-child(21) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(22) .toggler, .av_toggle_section:nth-child(22) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(23) .toggler, .av_toggle_section:nth-child(23) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(24) .toggler, .av_toggle_section:nth-child(24) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}/* Button hover effekt*/
body .avia-button.avia-color-theme-color:hover {
color: #822250;
color: #1f6c8f;
text-shadow: 0 1px 0 #1f6c8f;
background-color: #1f6c8f;
}/* Tabellenfarbe*/
tr:nth-child(odd) {
background: #9dcae4 !important;
}/*no date for blogpost*/
.slide-meta {
display: none !important;
}
#footer .news-time{
display:none!important;
}
.news-wrap .news-time{
display:none!important;
}/*smartphone blogposts*/
@media only screen and (max-width: 767px){
article.slide-entry.flex_column.post-entry {
width: 100%!important;
}
}November 27, 2017 at 5:39 pm #882301Hi,
The double bracket is not an issue. Please add the css I gave you to the very top, above everything and see if it runs.
Best regards,
Jordan ShannonNovember 27, 2017 at 5:47 pm #882307I did, but it’s not helping either.
In my stylesheet.css (child theme) I have this CSS, propably I also got it from you, my coding isn’t that good.
Greetings Claudia.header_color .main_menu ul:first-child > li > a { color: #1F6C8F; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: #822250; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #822250; } /* color of active menu item *//* Register Form */
#top .input-text,
#top input[type=”text”],
#top input[type=”input”],
#top input[type=”password”],
#top input[type=”email”],
#top input[type=”number”],
#top input[type=”url”],
#top input[type=”tel”],
#top input[type=”search”],
#top textarea,
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 3px 3px;
outline: none;
font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #777;
margin: 0px;
width: 100%;
display: block;
margin-bottom: 0px;
background: #fff;
border-radius: 0px;
}/* hyphens Trennstriche */
p {
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}November 27, 2017 at 11:28 pm #882400Hi,
Please provide admin info so I can log in and look into this further.
Best regards,
Jordan ShannonNovember 28, 2017 at 12:28 pm #882634Thank you that would be great!
ClaudiaNovember 28, 2017 at 6:11 pm #882791Hi,
This is what I’m seeing:
Is this not correct?
Best regards,
Jordan ShannonNovember 30, 2017 at 1:27 pm #883407Hi Jordan,
sorry did I answer you on this question?
What you see is correct, but it’s not about the date in the blogpost or under the teaser on start page. I have in the footer and on some pages in the sidebar Latest News/Neuigkeiten. Small thumnails with short Headline and under it the date. This date I would like to remove too.
Is it possible?
Greetings ClaudiaNovember 30, 2017 at 7:57 pm #883551Hi,
I see. Is this not being added by a plugin? You have not added this manually to the title?
Best regards,
Jordan ShannonDecember 1, 2017 at 11:28 am #883832Hello,
I am sorry Jordan, I missed that this date showing a part from the headline because I did not wrote the post by myself. So the code you gave me in the beginning was working.
Thanks for your patience
ClaudiaDecember 2, 2017 at 10:17 am #884097 -
AuthorPosts
- You must be logged in to reply to this topic.