Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #835903

    Hi Guys,

    Having an issue with some white boxes appearing around the headings in my footer. Only seems to be on a select few pages. Also, it apears in the office but not on my device at home. Also, my client says it is appearing on one computer but not another in the office.

    Jordan was great and helped me out with the following code:

    #footer h3.widgettitle {
    background-color: transparent!important;
    }

    /***If you want to remove the borders also***/

    #footer h3.widgettitle {
    border-style:none!important;
    }}

    But it still seems to be appearing. Thanks in advance, guys!!

    #835960

    Hey increasethewedge,

    Am I correct in understanding that this is from this thread: https://kriesi.at/support/topic/homepage-image-not-displaying-properly-on-mobile/

    If so, it seems that the code you worked together was created to only apply to mobile devices, or at least screens smaller than 767px wide.

    To fix this for desktop as well, please find this part of the code

    #footer h3.widgettitle {
    background-color: transparent!important;
    }

    and put it AFTER this part

    /***If you want to remove the borders also***/
    #footer h3.widgettitle {
    border-style:none!important;
    }
    
    }

    If you need help doing this, please let us know.

    Best regards,
    Sarah

    #838662

    Hi Sarah,

    I’ve been on annual leave so sorry for not getting back sooner. That worked perfectly, cheers!

    #838704

    No worries! :)

    We’re happy to help. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘White boxes appearing around headings in footer?’ is closed to new replies.