Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #825269

    I’m trying to remove Icons from the icon box entirely or size it to be a 1px by 1px. I only theed this for one page I have already done the following which has me almost there:

    .page-id-15 .iconbox_content{	 
    	  height: 120px; 
    	  background-color:#ffffff !important;
        border-color:#ffffff!important;
        border-style:none!important;
        box-shadow:none!important;
    }
    
    .page-id-15 .iconbox_icon {
       margin-right:-11.5px!important;
       display: block;
     }
    #825275

    Hey dmpitzer!

    I am getting “Your access to this site has been limited”. Please temporarily disable IP restriction so we can look into it :)

    Best regards,
    Yigit

    #825283

    Hi Yigit,

    Sorry about that, I did not realize that was in place still. It should be open to all countries now.

    Dave

    #828568

    I switch the boxes over to text boxes and it works on the page as I expect, but only in desktop mode. It does not recognize the setting I have for mobile and tablet. The CSS is:

    .iconbox_content{	height: 200px; }
    
    .page-id-15 .avia_textblock{ height: 160px; }
    
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        .iconbox_content{height: 300px};
        .page-id-15 .avia_textblock{height: 300px}; 
    }
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        .iconbox_content{height: 250px};
        .page-id-15 .avia_textblock{height: 250px};
    }

    Any idea why it is taking the tablet and mobile settings?

    #828884

    Hi,

    Just to confirm, are you referring to icons below the titles like Analytics / Print / Localization?

    Best regards,
    Nikko

    #828885

    Hi, Nikko!

    I’m actually referring to the .avia_textblock inside the @media wrappers at this point.

    Thanks,

    Dave

    #829083

    Hi Dave,

    There might be some error in your custom CSS. Could you please create a temporary admin login and post it here privately so we can look into it?

    Best regards,
    Yigit

    #829206
    This reply has been marked as private.
    #829216

    Hi!

    Can you please post a link to your login page as well? /wp-admin and /wp-login.php are not working for me :)

    Cheers!
    Yigit

    #829225
    This reply has been marked as private.
    #829231

    Hey!

    I logged in and clicked “clear cache” button at admin bar and checked “avia_textblock” on your page and code is being applied at the moment. Please flush browser cache and review your website

    Best regards,
    Yigit

    #829238

    It is on desktops and laptops. It is set to 140, but the ones below in the @media are set to be larger and they are not working.

    Thanks

    #829248

    Hi!

    These semicolons were the issue – http://i.imgur.com/yLbq0sz.png. I moved them inside the curly brackets and flushed cache and confirmed mobile styles are being applied. Please review your website once again :)

    Cheers!
    Yigit

    #829250

    That worked. I feel like an idiot, Thank you for your help!

    Dave

    #829252

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Removing Icon from iconbox….’ is closed to new replies.