Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #414996

    Hi Enfold Magicians!

    Something’s happened to my Quick CSS, it popped up just after I updated Enfold but I’m not sure if this is the cause. First off my fonts changed style, weight etc. In preparation for this I started saving a copy of my Quick CSS code in textedit as a back up to restore the code to what it was before. I’ve now used my backup code (which should have brought everything back to normal) and everything has completely broken, changes I made weeks ago have now gone missing as I assume the code has stopped working. I’m wondering if someone would please look at this CSS to see what has gone wrong? I’ve copied it below. Alternately, I’ve provided my log in details below.

    p.s the same thing happened after the last WordPress update, which is why I started saving my Quick CSS regularly so I could quickly revert back to normal. It seems like this isn’t going to work, do you guys have any tips about how to get around these intermittent update issues? (if that’s what’s caused this).

    Many thanks :)))

    #js_sort_items a { font-size: 20px; color: black; }
    body { font-size: 16px; }
    .header_color .main_menu ul:first-child > li > a { font-family: “Oswald”; font-size: 18px!important; color: white!important; background-color: #333033; }
    .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .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: white!important; }
    span.avia-menu-text { text-transform: uppercase; }
    #header_main_alternate { background-color: #333033; }
    #top .main_menu .menu>li:last-child>a { padding-right: 21px; }
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #ffffff !important;
    }

    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #8C8C8C;
    }
    h1, h2, h3 {
    text-transform: none !important;
    }
    .iconbox_content_container {
    font-size: 15px;
    color: black;
    }
    .av-special-heading h3 {
    font-family: ‘Oswald’;
    }
    .logo img {
    height: 200px;
    width: 300px;
    }
    #header_main { border-bottom-style: none; }
    .html_boxed #main { margin-top: -1px; }
    body .column-top-margin{
    margin-top: 5px;
    }
    #top .main_color .av_promobox{
    background: #f75e38; }
    .iconbox_content_container {
    text-align: justify; }
    .iconbox_content {
    min-height: 250px; }
    .av-large-gap.av-masonry { padding: 0px !important; }#header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    }.avia_textblock.awesome-textblock {
    background: rgba(255,255,255,.5);
    padding: 10px;
    width: auto;
    }
    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
    }

    #top .social_bookmarks li a{
    color: white !important;
    }
    #top .social_bookmarks_vimeo a {
    background-color: #f0211a !important;
    }
    #top .social_bookmarks_twitter a {
    background-color: #63b1ed !important;
    }
    #top .social_bookmarks_google a {
    background-color: #dd3333 !important;
    }
    #top .social_bookmarks_facebook a {
    background-color: #403de5 !important;
    }
    #top .social_bookmarks_instagram a {
    background-color: #3a84bc !important;
    }
    #top .social_bookmarks_skype a {
    background-color: #34afed !important;
    }
    #top .social_bookmarks_mail a {
    background-color: #e2f01a !important;
    }

    #custom-section {
    margin-top: -150px;
    }
    #top.coloured_text_box {
    background-color: #e2f01a;
    border:20px solid #e2f01a;
    box-shadow: 5px 5px 5px #e2f01a;
    }
    #av_section_3 .avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px!important;}
    #av_section_3 .avia-icon-list .iconlist-timeline { left: 25px; }

    #custom-section-2 {
    margin-top: -50px;
    }
    .alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #eeee22; }

    .social_bookmarks li {
    margin-right: 5px;
    }

    h1 * {
    text-decoration: none !important;
    }
    h2 * {
    text-decoration: none !important;
    }
    h3 * {
    text-decoration: none !important;
    }
    .transparent-heading { background: rgba(0,0,0,.2); }

    #trekking-custom-section {
    margin-top: -400px;
    }
    .trekking-custom-textblock{
    background: white;
    padding: 20px;
    }
    .js_active .tab { font-size: 16px; }

    .av-masonry-gallery .av-masonry-entry {
    width: 60.10%;
    }

    #special_colour_section{
    height: 15px;
    }

    #415173

    Hi Sarah!

    I think you included everything except a link to your site?

    Best regards,
    Rikard

    #415607
    This reply has been marked as private.
    #415977

    Hey!

    The apostrophe symbol in this line is incorrect and it breaks all css declarations below:

    .av-special-heading h3 {
    font-family: ‘Oswald';
    }

    Replace it with:

    .av-special-heading h3 {
    font-family: 'Oswald';
    }

    Regards,
    Ismael

    #417224

    THANK YOU ISMAEL!!! :)
    I have no idea how this happened as I didn’t touch the CSS, promise! :(
    Thank you again and again! Sarah

    #417251

    Me again!

    I changed the code to what you suggested and nothing has changed. I had a look at the code you provided and they both (the incorrect and correct) look exactly the same? Sorry to bother you. See below:

    .av-special-heading h3 {
    font-family: ‘Oswald’;
    }

    .av-special-heading h3 {
    font-family: ‘Oswald’;
    }

    Thank you

    #417569

    Hi!

    I went ahead and changed the ‘ to ” and it looks like its working now? All headings are Oswald.

    Regards,
    Rikard

    #418096

    Hi there,

    It’s not the font itself, it’s the weight that isn’t correct which is not showing correctly which is what I changed in quick css. It’s ok, I will try and figure this out myself, I’m sure it will come to me. It seems like the quick css is working now if I put something new in, which is the main thing.

    I have a bigger issue which I have just noticed, the custom css fields (where you can enter a particular css class/identifier) have disappeared. I turned this on and have never touched it or turned it off but it’s now gone out of all the elements in the avia builder. I checked again in functions.php and the line of code to turn this function on is still there, it’s just not showing the field. Please let me know what I can do to fix this, I don’t like messing around with functions.php too much.

    Thank you

    #419010

    Hey!

    Code was in Functions.php file but it was commented out with //. I removed // and it is working fine. Please review your website now :)

    Cheers!
    Yigit

    #420158

    Hi guys,

    I’m not expert in code, but I usually copy-paste css from Kriesi support forums into my theme and usually everything works. However, this time I tried to copy paste my css code into my page, but it does not work. Please help me out. I need to change the default colour for all icons in my website.

    this is the code that I used:
    “.avia-icon-list .iconlist_title {
    text-transform: normal;
    color: #FF6600 !important;
    }”

    #420503

    Hi!

    Can you post the link to your website please so we can provide you an accurate custom CSS code? :)

    Regards,
    Yigit

    #433594

    Thanks Yigit, that fixed it all! :) Sarah

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Quick CSS has broken following theme update’ is closed to new replies.