Hello,
While developing our new website using your theme, we ran into some restrictions and would be happy if you could help us out:
1) We would like to use the av-share-box element in some of our other (regular) pages.
2) We would like to open all accordions at default.
3.1) Please see the image below. We are using a portfolio to give explanations about some words. For example, if you click on one of the smaller boxes, the bigger box slides open giving more information to the user. We would like to make the text of the smaller boxes more visible: align to center, underline and uppercase.
3.2) We would like to remove the arrow buttons, next to the close button.
3.3) We would like to remove the arrow symbols on top of the small boxes.
Thank you,
Vehbi
Hey!
Try adding this code to the Quick CSS:
.grid-links-ajax .grid-entry-title {
text-align: center !important;
text-transform: uppercase;
font-weight: bold;
}
.grid-links-ajax .avia-arrow, .portfolio_preview_container .ajax_previous, .portfolio_preview_container .ajax_next{
display: none !important;
}
Cheers!
Josue
Thank you for the support ;-)