Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!

    #1213899

    Hey 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,
    Rikard

    #1214085

    Hi Mike, thanks for the response! The meta data is still there for the blog and the TITLEs are still all caps. Please help :)

    #1214517

    Hi,

    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,
    Rikard

    #1214730

    Yes! 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!!

    #1215172

    Hi,

    Thanks for that. The CSS is applying now, please review your site.

    Best regards,
    Rikard

    #1216570

    Hi 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;
    }

    #1216844

    Hi,

    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,
    Rikard

    #1217070

    Strange. I’ve cleared the cache but it’s still not showing – maybe I have to wait a bit more?

    #1218283

    Hi,
    It is the sort options:
    “All
    Life sciences
    Mobile apps”
    they are showing now, do you see them?

    Best regards,
    Mike

    #1218301

    Yes – 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!

    #1218637

    Hi,

    Thanks for the update. I’m not sure which cache you are referring to, could you try to explain a bit further please?

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.