-
AuthorPosts
-
May 16, 2020 at 7:38 pm #1213647
Hi Guys,
These are my goals below, I’ve gone into advanced style and deleted any caches and I dont see the changes, help please.
I want to make the H3 blog posts titles here, not all caps
I want to make the titles of the tabs on this page not all caps, help.
.av-inner-tab-title {
font-size: 10px;
text-transform: none;
}I would like to remove ALL meta data across any blog posts on the site, it’s not working.
.avia-content-slider .slide-meta {
display: none;
}Thanks!
May 18, 2020 at 5:48 am #1213899Hey creatiffco,
Please try this CSS:
.html_elegant-blog .avia-content-slider .slide-entry-title, .av-inner-tab-title { text-transform: none !important; } .blog-categories.minor-meta { display: none; }
Also make sure that you select to activate the option to delete the old CSS and JS files under Enfold->Performance.
Best regards,
RikardMay 18, 2020 at 6:03 pm #1214085Hi Mike, thanks for the response! The meta data is still there for the blog and the TITLEs are still all caps. Please help :)
May 20, 2020 at 6:34 am #1214517Hi,
Did you select to delete the old CSS and JS files under Enfold->Performance? If not then please try doing so. If you need further help then please post admin login details in private.
Best regards,
RikardMay 20, 2020 at 5:49 pm #1214730Yes! I have that selected and I’ve cleared all my caches in different browers :(
Below is the admin details. Thank YOU for looking into it!!
May 22, 2020 at 7:22 am #1215172Hi,
Thanks for that. The CSS is applying now, please review your site.
Best regards,
RikardMay 26, 2020 at 6:28 pm #1216570Hi Rikard,
Looks like it is working — but now the sort terms on my masonry portfolio aren’t showing up (it’s a left bar) It was working before, see the coder below. I’m adding the page link in the private content.
.html_elegant-blog .avia-content-slider .slide-entry-title, .av-inner-tab-title {
text-transform: none !important;
}.blog-categories.minor-meta {
display: none;
}.av-button-description.av-button-description-below p {
color: #333 !important;
}.avia-content-slider span.blog-categories.minor-meta,.avia-content-slider footer .slide-meta {
display: none !important;
}#av-masonry-1 .av-masonry-sort {
visibility: hidden !important;
opacity: 0 !important;
}.av-masonry-entry-content.entry-content {
color: #333;
}.more-link {
color: #1c80a5 !important;
font-size: 12px;
text-align: left;
text-transform: none;
}#top div.container .av-masonry.sort-left .av-masonry-sort {
width: 23%;
float: left;
}
.av-masonry.sort-left .av-masonry-container {
width: 70%;
float: left;
clear: none;
}#top .av-masonry.sort-left .av-sort-by-term {
float: none !important;
}#top .av-masonry.sort-left .av-sort-by-term a {
display: block;
text-align: left;
float: none !important;
clear: both;
}#top .av-masonry.sort-left .av-sort-by-term .text-sep {
display: none;
}.av-masonry-entry-title.entry-title {
font-size: 14px !important;
text-align: center;
}.av-masonry-entry-content.entry-content {
font-size: 14px !important;
line-height: 1.5em;
text-align: center;
}.grid-entry .inner-entry{
box-shadow:none!important;
}.main_color .av-sort-by-term a {
background-color: #1c81a5;
font-size: 18px;
display: inline-block;
margin: 25px;
padding: 0 15px;
border-radius: 5px;
}.main_color .av-sort-by-term a.active_sort {
color: #ffffff;
}.av-inner-masonry {
border-radius: 5px;
}.av-inner-tab-title {
font-size: 10px;
}May 27, 2020 at 8:19 am #1216844Hi,
This CSS is causing that to happen:
#av-masonry-1 .av-masonry-sort { visibility: hidden !important; opacity: 0 !important; }
Please alter or remove it.
Best regards,
RikardMay 27, 2020 at 5:37 pm #1217070Strange. I’ve cleared the cache but it’s still not showing – maybe I have to wait a bit more?
May 31, 2020 at 9:43 pm #1218283Hi,
It is the sort options:
“All
Life sciences
Mobile apps”
they are showing now, do you see them?Best regards,
MikeJune 1, 2020 at 1:41 am #1218301Yes – all good- thanks! Just curious even if I have “Deleted old CSS/JS files the cache is really slow. Any suggestions on how to improve it?
Thanks!
June 2, 2020 at 6:33 am #1218637 -
AuthorPosts
- You must be logged in to reply to this topic.