Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269533

    1) Does the avia layout builder HAVE the av-share-link shortcode anywhere?????!??! This is so frustrating – I want to use it as a content element and not rely on the textblock for this shortcode
    a) does it even HAVE a shortcode? Is there a LIST of shortcodes? How come it’s not in the kitchen sink?!?

    2) I want to change the blockquote function from the vertical bar of colored pixels to one with actual Quotation marks. How do i do this? and is this different from a pullquote?

    PLZ HELP

    #269583

    Hey!

    1. No, the av-share-link box is not available as a shortcode yet.

    2. Add this to the Quick CSS:

    #top blockquote {
        border-left: 0 !important;
        position: relative;
    }
    #top blockquote:before {
        content:"\201C"; 
        font-size: 32px;
        position: absolute;
        left: 0;
        top: 0px;
    }

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.