-
AuthorPosts
-
April 19, 2014 at 3:25 pm #253478
Is there a way for me to change the shape of the icon box holding circles into a square?
Ideally just want a quick CSS code please.
April 21, 2014 at 3:24 pm #253843Hi stuartleighbray!
Thank you for visiting the support forum!
If you want to make the iconbox icons container square, use this on Quick CSS or custom.css:
.iconbox_top .iconbox_icon { padding: 15px; border-radius: 0; }
I hope that helps.
Best regards,
IsmaelApril 22, 2014 at 10:48 am #254262Hi Ismael,
A great help. Can you do the same for the icons used on the list content element?
Best regards
StuartApril 22, 2014 at 3:26 pm #254389Hey!
Sure thing, just use this:
.avia-icon-list .iconlist_icon { border-radius: 0; }
If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelApril 24, 2014 at 10:47 am #255407Thanks again for that.
Is there a way to use the ‘entypo-fontello’ icons but without them appearing with a circle around them?
Only, with your help, I’ve changed the circles elsewhere into squares but theses icons still appear inside circles.
No circles or the option of a square would be great.Best regards
StuartApril 25, 2014 at 2:15 pm #256081Hey!
You can use Icon element. Please also add following code to Quick CSS
.av_font_icon.av-icon-style-border .av-icon-char { border-radius: 0; }
Regards,
YigitMay 15, 2014 at 12:52 pm #265254This reply has been marked as private.May 16, 2014 at 5:06 am #265709Hi!
Thank you for the update.
You can just change the background color of the main header. Use this on Quick CSS:
div#header_main { background: #efefef; }
Regarding the mobile issue, please use a logo with a PNG format and transparent background.
Cheers!
IsmaelMay 16, 2014 at 8:19 am #265734This reply has been marked as private.May 19, 2014 at 10:20 am #266683This reply has been marked as private.May 19, 2014 at 12:26 pm #266727Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { div#header_main { height: 200px; } .custom_content { top: 45%; }}
Cheers!
YigitMay 19, 2014 at 12:46 pm #266745Brillant. Thank you.
Regards
StuartMay 19, 2014 at 12:50 pm #266750June 5, 2014 at 8:59 am #275002This reply has been marked as private.June 7, 2014 at 9:26 am #276026Hey!
Thank you for the update.
Please use add this css to adjust the height of the custom content when you scroll down the page:
.header-scrolled div.custom_content img { height: 79px; }
Best regards,
IsmaelJune 16, 2014 at 12:44 pm #279375This reply has been marked as private.June 17, 2014 at 4:15 am #279818Hey!
Thank you for the update.
Please set the header behavior again to Shrinking Header or Squeeze as you put it. We need to inspect it. The issue might be fix with css z-index property.
Cheers!
IsmaelJune 17, 2014 at 10:50 am #279924This reply has been marked as private.June 17, 2014 at 2:24 pm #280005Hey!
Thank you for using the theme!
Please use this to resize the custom content that you added then fix the menu the header resize:
.header-scrolled #header_main_alternate { z-index: 10; } .header-scrolled div.custom_content img { height: 79px; }
Cheers!
IsmaelJune 17, 2014 at 3:47 pm #280067This reply has been marked as private. -
AuthorPosts
- The topic ‘icon boxes – changing the holding shape from a circle to a square’ is closed to new replies.