Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267927

    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

    • This topic was modified 11 years, 1 month ago by Yigit.
    #267931
    This reply has been marked as private.
    #268882

    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

    #269007

    Thank you for the support ;-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sharebox, Accordions, Portfolio’ is closed to new replies.