-
AuthorPosts
-
July 22, 2017 at 2:15 am #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; }
July 22, 2017 at 3:05 am #825275Hey 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,
YigitJuly 22, 2017 at 3:10 am #825283Hi Yigit,
Sorry about that, I did not realize that was in place still. It should be open to all countries now.
Dave
July 23, 2017 at 4:41 am #828568I 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?
July 24, 2017 at 6:23 am #828884Hi,
Just to confirm, are you referring to icons below the titles like Analytics / Print / Localization?
Best regards,
NikkoJuly 24, 2017 at 6:25 am #828885Hi, Nikko!
I’m actually referring to the .avia_textblock inside the @media wrappers at this point.
Thanks,
Dave
July 24, 2017 at 5:20 pm #829083Hi 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,
YigitJuly 24, 2017 at 9:33 pm #829206This reply has been marked as private.July 24, 2017 at 9:44 pm #829216Hi!
Can you please post a link to your login page as well? /wp-admin and /wp-login.php are not working for me :)
Cheers!
YigitJuly 24, 2017 at 9:52 pm #829225This reply has been marked as private.July 24, 2017 at 10:25 pm #829231Hey!
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,
YigitJuly 24, 2017 at 10:32 pm #829238It 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
July 24, 2017 at 10:51 pm #829248Hi!
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!
YigitJuly 24, 2017 at 10:53 pm #829250That worked. I feel like an idiot, Thank you for your help!
Dave
July 24, 2017 at 10:58 pm #829252Hi!
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 -
AuthorPosts
- The topic ‘Removing Icon from iconbox….’ is closed to new replies.