Forum Replies Created
-
AuthorPosts
-
Hey!
Add this code to the Quick CSS:
#top #wrap_all ins:before { display: none !important; }
Cheers!
JosueHi,
Can you post the link to the page where these dots are appearing?
Regards,
JosueHello,
Hard to reproduce indeed, have you tried to deactivate all third party plugins to see if it gets fixed?
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHey ewingmh!
Yes, with some custom HTML + CSS, please take a look at this demo:
http://codepen.io/josueochoa/pen/fDzbL
Best regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueNovember 4, 2013 at 8:51 pm in reply to: How to move the search icon more to the left of the menu? #184437Glad i could help, you are welcome :)
Thread closed,
JosueNovember 4, 2013 at 8:37 pm in reply to: How to move the search icon more to the left of the menu? #184430Hi!
You can do it yourself if you want, add this at the very end of this file.
$("#avia-menu").append($("#avia-menu > .menu-item-language").detach());
Cheers!
JosueNovember 4, 2013 at 8:19 pm in reply to: How to move the search icon more to the left of the menu? #184423This reply has been marked as private.Glad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHey!
Add this code to the Quick CSS:
.main_color:first-child .template-page.content.twelve.alpha.units { padding-top: 0; } @media only screen and (max-width: 767px) { .main_color:first-child .template-page.content.twelve.alpha.units { padding-bottom: 30px; } }
Cheers!
JosueThis reply has been marked as private.You are welcome, glad we could help :)
Regards,
JosueHi Mike,
Have you tried Chrome Dev Tools to modify the elements with CSS?
It’s kinda hard to help you achieve what you want without seeing the live site.
Regards,
JosueYes, they will.
Regards,
JosueHey!
Try with this:
#top .widget_nav_menu li { min-width: 140% !important; }
Cheers!
JosueIt’s an issue with CSS not being applied, maybe enfold.css isn’t being re-generated, etc. Try put it in css/custom.css.
Regards,
JosueHi!
.cta-content have to be floated, add this too:
.cta-content{ float: left; }
Cheers!
JosueHey!
It is done, you had to add some !important rules to the CSS :)
http://amediapro.com.s62194.gridserver.com/gear-rates/cameras/cinema/canon-c300/
Best regards,
JosueNovember 3, 2013 at 8:13 pm in reply to: Making the icon images into links and how to edit footer (newbie!) #183996Hi!
Yes, under Styling, that code will remove the margin top of the hr element below the icons.
Regards,
JosueHey!
Add this code to the Quick CSS:
.avia-button.avia-icon_select-yes.avia-color-green.avia-size-large.avia-position-right { background: #349acd; border: 0 !important; } .av_promobox h2 { color: #349acd; text-transform: none !important; letter-spacing: 0px !important; font-size: 24px; margin-bottom: 0; } .av_promobox p{ margin-top: 0; margin-bottom: 5px; } .av_promobox { background: #fff !important; padding: 15px; border: 10px solid #f2f2f2 !important; }
Result:
Cheers!
JosueHi Andrew,
Try putting it in css/custom.css.
Regards,
JosueNovember 3, 2013 at 7:34 pm in reply to: How to move the search icon more to the left of the menu? #183987Hey!
You forgot to post a link to your website.
Cheers!
JosueHey!
Open: /framework/php/function-set-avia-frontend.php
Look for line 510:
$output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
Replace it with
$output .= '<video autoplay class="avia_video" '.$image.' controls id="'.$uid.'" >';
Regards,
JosueNovember 3, 2013 at 7:23 pm in reply to: Making the icon images into links and how to edit footer (newbie!) #183976Hey!
Add this code to the Quick CSS:
.hr.hr-big.avia-builder-el-33.el_after_av_one_fifth.avia-builder-el-last { margin-top: 0; }
Cheers!
JosueHey Andrew!
Oh, sorry for that confusion, regarding your issue, it’s hard to know why it stopped working without seeing the site live, you can try debugging yourself if you want with the Dev Tools or something alike.
I tried your code on my local installation (latest version of Enfold), and it did affected the contact form:
Where did you put this code? custom.css or Quick CSS?
Cheers!
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHi,
Can you post the link to the page where these tables are please?
Regards,
JosueNovember 3, 2013 at 3:23 am in reply to: How to move the search icon more to the left of the menu? #183855Hi Jeremy,
Can you post the link to your website please?
Regarding the social media icons request, please take a look at Kriesi response in this topic.
Cheers,
Josue -
AuthorPosts