Support,
If you are using all white backgrounds in all Color Sections on a page, is there a way to style the down arrow to be white with gray borders on two sides to create a down arrow?
Or is it easier to add a down arrow the same color as the bottom border?
Hope this makes sense,
Brad
Hey bridgeway04,
Please provide a link to the site/page in question or a screenshot so we can have a better idea of what you would like to achieve.
Best regards,
Jordan Shannon
Here is a url to an image!
http://s750118979.onlinehome.us/wp-content/uploads/2018/08/front-page-down-arrow.png
Hi bridgeway04,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Victoria,
Here is the shortened link to my development website. Here is a new image that I photoshopped to illustrate what I am looking for. Simply looking to style a down arrow with an all-white background.
Hopefully, the photoshopped image will give you a clear example of what I am after. Remember to zoom in!
DEV: http://s750118979.onlinehome.us
Photoshop: http://s750118979.onlinehome.us/wp-content/uploads/2018/08/front-page-down-arrow2.png
Hi bridgeway04,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner {
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
border-bottom: 1px rgba(0,0,0,0.1) solid;
border-right: 1px rgba(0,0,0,0.1) solid;
}
If you need further assistance please let us know.
Best regards,
Victoria